A modern, lightweight, and customizable UI component library built for multiple frontend frameworks.
Currently available on npm:
Planned packages:
@xron-ui/svelte@xron-ui/solid
.
├── apps/
│ ├── storybook/
│ ├── storybook-vue/
│ └── storybook-angular/
├── packages/
│ ├── react/
│ ├── vue/
│ └── angular/
├── package.json
├── pnpm-workspace.yaml
└── pnpm-lock.yaml
- Node.js 22+
- pnpm 10+
Clone the repository:
git clone https://github.com/yusronab/xron-ui.git
cd xron-uiInstall dependencies:
pnpm installcd packages/react
pnpm devcd apps/storybook
pnpm storybookStorybook will be available at:
http://localhost:6006
Build the React package:
cd packages/react
pnpm buildBuild Storybook:
cd apps/storybook
pnpm build-storybook- React
- TypeScript
- Vite
- Storybook
- Tailwind CSS
- Class Variance Authority
- pnpm Workspace
Contributions, issues, and feature requests are welcome.
Please read CONTRIBUTING.md before submitting a pull request.
MIT License.