
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
coolert-react
Advanced tools
A cool lightweight react alert and confirm library using Tailwind and Radix
A lightweight alert and confirm library for reactjs and nextjs using Shadcnui. Alert and confirm library for reactjs in single-line of code
yarn add coolert-react
Alert component
coolert({
title: 'Alert',
description: 'This is description',
type: 'info',
});
Confirm component
coolfirm({
title: 'Confirm',
description: '',
type: 'info',
onConfirm: (value) => {
console.log("Confirm: ", value);
},
onCancel: () => {
console.log("Cancel");
},
});
You can config it using shadcnui theme. Coolert will adapt your theme to shadcnui.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
A cool lightweight react alert and confirm library using Tailwind and Radix
We found that coolert-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.