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.
Files changed (2) hide show
  1. package/README.md +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
- # React Apps UI 🚀
2
-
3
- ![NPM Version](https://img.shields.io/npm/v/react-apps-ui?color=blue&style=for-the-badge)
4
- ![NPM Downloads](https://img.shields.io/npm/dt/react-apps-ui?color=green&style=for-the-badge)
5
- ![GitHub License](https://img.shields.io/github/license/anandvyas2021/react-apps-ui-registry?style=for-the-badge)
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
- ```bash
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
- ```bash
55
+ ```sh
62
56
  npx react-apps-ui@latest add action-button
63
57
  ```
64
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-apps-ui",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "A universal, Shadcn-inspired UI component CLI for Web, React Native, and Expo.",
5
5
  "author": "Anand Vyas",
6
6
  "license": "MIT",