@saurabh05/nexo-ui 1.0.0

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 ADDED
@@ -0,0 +1,26 @@
1
+ # Nexo UI
2
+
3
+ A modern React component library for building scalable, accessible interfaces.
4
+
5
+ ## Installation
6
+
7
+ npm install @nexo-ui/react
8
+
9
+ ## Usage
10
+
11
+ import { Button } from "@nexo-ui/react";
12
+
13
+ ## Documentation
14
+
15
+ https://nexo-ui.netlify.app
16
+
17
+ ## Components
18
+
19
+ - Button
20
+ - Input
21
+ - Modal
22
+ - Typography
23
+
24
+ ## License
25
+
26
+ MIT