zcomponents-ui 1.0.0 → 1.0.1
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 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
**Lightweight, typed, customizable UI building blocks for React.**
|
|
4
4
|
|
|
5
|
-
&style=flat-square>)
|
|
6
|
-

|
|
7
|
-

|
|
5
|
+
&style=flat-square>)
|
|
6
|
+

|
|
7
|
+

|
|
8
|
+
[](https://piotrnowoslawski.github.io/zComponents)
|
|
8
9
|
|
|
9
10
|
---
|
|
10
11
|
|
|
@@ -28,6 +29,17 @@ Inject your own filter function with full access to options.
|
|
|
28
29
|
|
|
29
30
|
---
|
|
30
31
|
|
|
32
|
+
## 📚 Storybook Documentation
|
|
33
|
+
|
|
34
|
+
All components in the **zComponents UI Library** come with interactive examples and full API documentation.
|
|
35
|
+
|
|
36
|
+
🔗 **Live Storybook:**
|
|
37
|
+
https://piotrnowoslawski.github.io/zComponents
|
|
38
|
+
|
|
39
|
+
The Storybook is deployed automatically from `main` using GitHub Pages.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
31
43
|
# 🚀 Installation
|
|
32
44
|
|
|
33
45
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zcomponents-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Customizable React dropdown component (TypeScript + SCSS Modules).",
|
|
5
5
|
"author": "Piotr Nowosławski",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"bugs": {
|
|
32
32
|
"url": "https://github.com/piotrnowoslawski/zComponents/issues"
|
|
33
33
|
},
|
|
34
|
-
"homepage": "https://github.
|
|
34
|
+
"homepage": "https://piotrnowoslawski.github.io/zComponents",
|
|
35
35
|
"keywords": [
|
|
36
36
|
"react",
|
|
37
37
|
"dropdown",
|