Skip to content
New issue

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

Popper button #3

Open
vanshika704 opened this issue Sep 30, 2024 · 3 comments
Open

Popper button #3

vanshika704 opened this issue Sep 30, 2024 · 3 comments

Comments

@vanshika704
Copy link

i have created a party popper button for a beautiful and attractive ui

npm command : npm install canvas-confetti
Screenshot 2024-09-30 194610
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;

@yogeshvas
Copy link
Owner

@vanshika704 Thank You For the Contribution, but Currently windy ui is focused on building tailwind css components.

@ayushedith
Copy link

@yogeshvas If you don't mind, can I make this popper using tailwind css?

@yogeshvas
Copy link
Owner

@ayushedith sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants