@juv/codego-react-ui 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @juv/codego-ui
|
|
1
|
+
# @juv/codego-react-ui
|
|
2
2
|
|
|
3
3
|
A collection of reusable React UI components built with Tailwind CSS, Motion, and Lucide icons.
|
|
4
4
|
|
|
@@ -11,7 +11,7 @@ A collection of reusable React UI components built with Tailwind CSS, Motion, an
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install @juv/codego-ui
|
|
14
|
+
npm install @juv/codego-react-ui
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
> Requires React >= 18 and Tailwind CSS configured in your project.
|
|
@@ -21,7 +21,7 @@ npm install @juv/codego-ui
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
23
|
```tsx
|
|
24
|
-
import { Button, Card, Modal } from "@juv/codego-ui"
|
|
24
|
+
import { Button, Card, Modal } from "@juv/codego-react-ui"
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
---
|