We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9616b2 commit e187bebCopy full SHA for e187beb
README.md
@@ -5,11 +5,11 @@
5
## Installation
6
7
```bash
8
-pnpm install Rainify
+pnpm install rainify
9
# or
10
-npm install Rainify
+npm install rainify
11
12
-yarn add Rainify
+yarn add rainify
13
```
14
15
### Usage
@@ -23,18 +23,18 @@ Example
23
1. Import the Components
24
25
```tsx
26
-import { Rainify } from 'Rainify'
+import { Rainify } from 'rainify'
27
28
29
2. Use the Component in Your Project
30
31
32
33
34
const App = () => {
35
return (
36
<Rainify
37
- isRaining={isRaining}
+ isRaining
38
intensity={1000}
39
color='rgba(255, 255, 255, 0.5)'
40
zIndex={0}
0 commit comments