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.
Files changed (2) hide show
  1. package/README.md +15 -3
  2. 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
- ![npm version](<https://img.shields.io/npm/v/zcomponents?color=rgb(25,150,90)&style=flat-square>)
6
- ![npm downloads](https://img.shields.io/npm/dm/zcomponents?color=blue&style=flat-square)
7
- ![license](https://img.shields.io/npm/l/zcomponents?style=flat-square)
5
+ ![npm version](<https://img.shields.io/npm/v/zcomponents-ui?color=rgb(25,150,90)&style=flat-square>)
6
+ ![npm downloads](https://img.shields.io/npm/dm/zcomponents-ui?color=blue&style=flat-square)
7
+ ![license](https://img.shields.io/npm/l/zcomponents-ui?style=flat-square)
8
+ [![storybook](https://img.shields.io/badge/Storybook-Docs%20Site-FF4785?style=flat-square)](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.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.com/piotrnowoslawski/zComponents/",
34
+ "homepage": "https://piotrnowoslawski.github.io/zComponents",
35
35
  "keywords": [
36
36
  "react",
37
37
  "dropdown",