@create-ui/cli 0.5.1 → 0.5.3
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 -2
- package/dist/index.js +50 -52
- package/dist/index.js.map +1 -1
- package/dist/skills/createui/SKILL.md +1 -1
- package/dist/skills/createui/contributing.md +1 -1
- package/dist/skills/createui/customization.md +4 -4
- package/dist/skills/createui/evals/evals.json +2 -2
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Design faster. Build cleaner. Scale with one design system.**
|
|
6
6
|
|
|
7
|
-
A modern design code system
|
|
7
|
+
A modern design code system built on React 19, Tailwind CSS v4, and Radix UI. Components are copied into your project, so you own every line. One unified system, many themes.
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@create-ui/cli)
|
|
10
10
|
[](https://www.npmjs.com/package/@create-ui/cli)
|
|
@@ -229,4 +229,4 @@ Full guides, the component catalog, and theming docs live at **[createui.co/docs
|
|
|
229
229
|
|
|
230
230
|
## Community
|
|
231
231
|
|
|
232
|
-
Follow [@
|
|
232
|
+
Follow [@createuico](https://x.com/createuico) for updates, or reach the team at [team@createui.co](mailto:team@createui.co).
|