We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have created a party popper button for a beautiful and attractive ui
npm command : npm install canvas-confetti https://github.com/vanshika704/windyui
Source code : import confetti from "canvas-confetti";
function PartyPopper() { const triggerConfetti = () => { confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 }, }); };
return (
export default PartyPopper;
The text was updated successfully, but these errors were encountered:
@vanshika704 Thank You For the Contribution, but Currently windy ui is focused on building tailwind css components.
Sorry, something went wrong.
@yogeshvas If you don't mind, can I make this popper using tailwind css?
@ayushedith sure
No branches or pull requests
i have created a party popper button for a beautiful and attractive ui
npm command : npm install canvas-confetti
https://github.com/vanshika704/windyui
Source code :
import confetti from "canvas-confetti";
function PartyPopper() {
const triggerConfetti = () => {
confetti({
particleCount: 100,
spread: 70,
origin: { y: 0.6 },
});
};
return (
Submit
);
}
export default PartyPopper;
The text was updated successfully, but these errors were encountered: