unifyedx-storybook-new 0.1.2 → 0.1.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 CHANGED
@@ -1,12 +1,41 @@
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)
4
6
 
5
- Currently, two official plugins are available:
7
+ A beautifully crafted collection of reusable, accessible React components built with modern web standards. Perfect for building consistent, production-ready UIs faster.
6
8
 
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
9
+ ![Component Library Preview](https://placehold.co/1200x600/111827/FFFFFF?text=Acme+Component+Library+Preview)
9
10
 
10
- ## Expanding the ESLint configuration
11
+ ## Features
11
12
 
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.
13
+ | Feature | Description |
14
+ | ----------------------- | ------------------------------------------------ |
15
+ | **Modern Stack** | Built with React 19 + Vite, styled with pure CSS |
16
+ | **Accessibility First** | WCAG-compliant components powered by Headless UI |
17
+ | **Form Ready** | Seamless React Hook Form integration |
18
+ | **Icon Friendly** | Works beautifully with `lucide-react` icons |
19
+ | **Type Safe** | Full JSDoc support (TypeScript ready) |
20
+ | **CI/CD** | Automated publishing via GitLab pipelines |
21
+
22
+ ## 🧩 Component Showcase
23
+
24
+ ### Core Components
25
+
26
+ - **Buttons**: `Button`, `ButtonWithDropdown`, `IconButton`
27
+ - **Forms**: `Input`, `Textarea`, `Checkbox`, `RadioGroup`, `Select`, `ToggleSwitch`, `FileUpload`
28
+ - **Navigation**: `Sidebar`, `Breadcrumbs`, `Pagination`
29
+ - **Overlays**: `Modal`, `WizardModal`, `Tooltip`
30
+ - **Data Display**: `Avatar`, `Badge`, `Spinner`, `FullScreenLoader`
31
+ - **Date Pickers**: `DatePicker`, `DateRangePicker`
32
+
33
+ ## 🚀 Quick Start
34
+
35
+ ### Installation
36
+
37
+ ```bash
38
+ npm install unifyedx-storybook-new@latest
39
+ # or
40
+ yarn add unifyedx-storybook-new@latest
41
+ ```