@alankrit2/ui 0.3.0 → 0.3.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @alankrit2/ui
|
|
2
2
|
|
|
3
3
|
Production-quality, headless, accessible React UI components built with TypeScript.
|
|
4
4
|
|
|
@@ -14,11 +14,11 @@ Production-quality, headless, accessible React UI components built with TypeScri
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
npm install @
|
|
17
|
+
npm install @alankrit2/ui
|
|
18
18
|
# or
|
|
19
|
-
pnpm add @
|
|
19
|
+
pnpm add @alankrit2/ui
|
|
20
20
|
# or
|
|
21
|
-
yarn add @
|
|
21
|
+
yarn add @alankrit2/ui
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Peer Dependencies
|