Stylish UI kit for React applications
- Build React component via Vite
- Support TypeScript
- Styling with Tailwind CSS
- Storybook for component showcase
- Unit test with Vitest and React Testing Library
- Support ESLint and Prettier
pnpm installpnpm run storybookpnpm run buildpnpm run build-storybookpnpm run test
# Development mode
pnpm run test:watchlib/
├── components/
│ └── button.tsx # sample component
├── main.ts
└── style.css # style sheet for component
src/
├── stories/
│ └── Button.stories.tsx # sample story
├── tests/
│ └── button.test.tsx # sample component test
└── style.css # styling for storybook