unifyedx-storybook-new 0.1.2 → 0.1.4

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 CHANGED
@@ -1,12 +1,42 @@
1
- # React + Vite
1
+ # 🎨 Acme Component Library
2
2
 
3
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
3
+ ![Storybook](https://img.shields.io/badge/-Storybook-FF4785?logo=storybook&logoColor=white)
4
+ ![React](https://img.shields.io/badge/-React-61DAFB?logo=react&logoColor=white)
5
+ ![Vite](https://img.shields.io/badge/-Vite-646CFF?logo=vite&logoColor=white)
6
+ [![NPM](https://img.shields.io/npm/v/unifyedx-storybook-new?logo=npm&label=NPM&color=CB3837)](https://www.npmjs.com/package/unifyedx-storybook-new)
4
7
 
5
- Currently, two official plugins are available:
8
+ A beautifully crafted collection of reusable, accessible React components built with modern web standards. Perfect for building consistent, production-ready UIs faster.
6
9
 
7
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
8
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
10
+ ![Component Library Preview](https://placehold.co/1200x600/111827/FFFFFF?text=Acme+Component+Library+Preview)
9
11
 
10
- ## Expanding the ESLint configuration
12
+ ## Features
11
13
 
12
- If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
14
+ | Feature | Description |
15
+ | ----------------------- | ------------------------------------------------ |
16
+ | **Modern Stack** | Built with React 19 + Vite, styled with pure CSS |
17
+ | **Accessibility First** | WCAG-compliant components powered by Headless UI |
18
+ | **Form Ready** | Seamless React Hook Form integration |
19
+ | **Icon Friendly** | Works beautifully with `lucide-react` icons |
20
+ | **Type Safe** | Full JSDoc support (TypeScript ready) |
21
+ | **CI/CD** | Automated publishing via GitLab pipelines |
22
+
23
+ ## 🧩 Component Showcase
24
+
25
+ ### Core Components
26
+
27
+ - **Buttons**: `Button`, `ButtonWithDropdown`, `IconButton`
28
+ - **Forms**: `Input`, `Textarea`, `Checkbox`, `RadioGroup`, `Select`, `ToggleSwitch`, `FileUpload`
29
+ - **Navigation**: `Sidebar`, `Breadcrumbs`, `Pagination`
30
+ - **Overlays**: `Modal`, `WizardModal`, `Tooltip`
31
+ - **Data Display**: `Avatar`, `Badge`, `Spinner`, `FullScreenLoader`
32
+ - **Date Pickers**: `DatePicker`, `DateRangePicker`
33
+
34
+ ## 🚀 Quick Start
35
+
36
+ ### Installation
37
+
38
+ ```bash
39
+ npm install unifyedx-storybook-new@latest
40
+ # or
41
+ yarn add unifyedx-storybook-new@latest
42
+ ```