centoui 1.0.0-alpha.2 → 1.0.0-alpha.20
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 +15 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# centoui
|
|
2
2
|
|
|
3
|
-
[](https://npmx.dev/package/centoui)
|
|
4
|
+
[](https://npmx.dev/package/centoui)
|
|
5
|
+
[](https://npmx.dev/package/centoui)
|
|
6
6
|
|
|
7
|
-
**Sharp components. Flawless interfaces.**
|
|
8
7
|
|
|
9
|
-
|
|
8
|
+
**Sharp Components. Flawless Interfaces.**
|
|
9
|
+
|
|
10
|
+
`centoui` is the core Vue component library that powers the CentoUI ecosystem. It provides highly customizable, accessible, and design-driven components built with Vue 3, Tailwind CSS v4, and Reka UI.
|
|
10
11
|
|
|
11
12
|
## Installation
|
|
12
13
|
|
|
@@ -20,7 +21,15 @@ npm install centoui
|
|
|
20
21
|
|
|
21
22
|
## Usage
|
|
22
23
|
|
|
23
|
-
While `centoui` can be used as a standalone library, it
|
|
24
|
+
While `centoui` can be used as a standalone library, it's best experienced through the [CentoUI CLI](../cli) which handles component installation and configuration.
|
|
25
|
+
|
|
26
|
+
## Features
|
|
27
|
+
|
|
28
|
+
- **Component-driven:** Copy components directly into your project.
|
|
29
|
+
- **Type-safe:** Built with TypeScript from the ground up.
|
|
30
|
+
- **Accessible:** Full keyboard navigation and screen reader support.
|
|
31
|
+
- **Customizable:** Built on Tailwind CSS v4 for easy theming.
|
|
32
|
+
- **Modern:** Built with Vue 3 Composition API.
|
|
24
33
|
|
|
25
34
|
## License
|
|
26
35
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "centoui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Vue components for modern interfaces",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20",
|
|
7
7
|
"author": "Favour Emeka <favorodera@gmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"homepage": "https://centoui.vercel.app",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"centoui": "./bin/centoui.js"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"centoui-cli": "1.0.0-alpha.
|
|
31
|
+
"centoui-cli": "1.0.0-alpha.20"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"vue": "^3.0.0"
|