@surgeui/ds-vue 1.0.2 → 1.0.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 +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
A modern **Vue.js 3** component library with Composition API, designed to create beautiful and consistent user interfaces.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@surgeui/ds-vue)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](https://vuejs.org/)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
> This release is intended entirely for testing and solution optimization.
|
|
12
|
+
> The goal is to explore different technical approaches in order to identify the best way to build and structure the design system.
|
|
13
|
+
>
|
|
14
|
+
> Therefore, this is not a stable release.
|
|
15
|
+
> The first officially stable version will be 2.0.
|
|
16
|
+
|
|
17
|
+
|
|
11
18
|
## ✨ Features
|
|
12
19
|
|
|
13
20
|
- 🎨 **Modern Design** - Polished and professional components
|