react-apps-ui 1.0.9 → 1.0.11
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 +2 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
# React Apps UI 🚀
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-

|
|
6
|
-
|
|
7
1
|
Beautiful, highly customizable UI components designed for a seamless developer experience across **Web and Mobile**.
|
|
8
2
|
|
|
9
3
|
Inspired by the Shadcn/UI philosophy, **this is not a traditional component library you install via npm.** Instead, it is a universal collection of reusable, premium components that download directly into your codebase, adapting to your specific framework and styling engine.
|
|
@@ -50,7 +44,7 @@ Get up and running in a fresh project in seconds.
|
|
|
50
44
|
|
|
51
45
|
Run the `init` command at the root of your project. This interactive command lets you select your target platform (Web or Mobile) and styling engine, creates your base theme, and sets up your utility files.
|
|
52
46
|
|
|
53
|
-
```
|
|
47
|
+
```sh
|
|
54
48
|
npx react-apps-ui@latest init
|
|
55
49
|
```
|
|
56
50
|
|
|
@@ -58,7 +52,7 @@ npx react-apps-ui@latest init
|
|
|
58
52
|
|
|
59
53
|
Use the `add` command to pull a component into your project. The CLI will automatically fetch the exact code needed for your specific engine, grab any sub-dependencies, and install necessary NPM packages.
|
|
60
54
|
|
|
61
|
-
```
|
|
55
|
+
```sh
|
|
62
56
|
npx react-apps-ui@latest add action-button
|
|
63
57
|
```
|
|
64
58
|
|