Package Exports
- unifyedx-storybook-new
- unifyedx-storybook-new/api
- unifyedx-storybook-new/dist/unifyedx-storybook-new.css
- unifyedx-storybook-new/package.json
- unifyedx-storybook-new/style.css
Readme
🎨 Unifyed Component Library
A beautifully crafted collection of reusable, accessible React components built with modern web standards. Perfect for building consistent, production-ready UIs faster.
✨ Features
| Feature | Description |
|---|---|
| Modern Stack | Built with React 19 + Vite, styled with pure CSS |
| Accessibility First | WCAG-compliant components powered by Headless UI |
| Form Ready | Seamless React Hook Form integration |
| Icon Friendly | Works beautifully with lucide-react icons |
| Type Safe | Full JSDoc support (TypeScript ready) |
| CI/CD | Automated publishing via GitLab pipelines |
🧩 Component Showcase
Core Components
- Buttons:
Button,ButtonWithDropdown,IconButton - Forms:
Input,Textarea,Checkbox,RadioGroup,Select,ToggleSwitch,FileUpload - Navigation:
Sidebar,Breadcrumbs,Pagination - Overlays:
Modal,WizardModal,Tooltip - Data Display:
Avatar,Badge,Spinner,FullScreenLoader - Date Pickers:
DatePicker,DateRangePicker
🚀 Quick Start
Installation
npm install unifyedx-storybook-new@latest
# or
yarn add unifyedx-storybook-new@latestPeerDeps
# install peers your lib expects (react, router, headlessui, etc.)
npm i react react-dom react-router-dom @headlessui/react framer-motion @floating-ui/react