You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,30 @@
1
-
# React Confetti Boom
1
+
# React Confetti Boom 🎉
2
2
3
-
React Confetti Boom is a lightweight, customizable confetti animation component for React applications. Add a fun and engaging confetti effect to your app with just a few lines of code.
React Confetti Boom 🎉 is a lightweight and customizable confetti animation component for React applications. Enhance user experience by adding a fun and engaging confetti effect to your app with just a few lines of code.
To install React Confetti Boom, run the following command:
27
+
13
28
```bash
14
29
npm install react-confetti-boom
15
30
```
@@ -34,7 +49,7 @@ function MyApp() {
34
49
exportdefaultMyApp;
35
50
```
36
51
37
-
## Demo
52
+
## Live Demo
38
53
39
54
You can check out the live demo of `react-confetti-boom` in action on the following page: [https://almond-bongbong.github.io/react-confetti-boom/](https://almond-bongbong.github.io/react-confetti-boom/)
40
55
@@ -87,4 +102,5 @@ This example will render a confetti animation with 50 particles starting at 10%
87
102
88
103
## License
89
104
90
-
MIT
105
+
This project is licensed under the terms of the MIT License.
0 commit comments