Welcome to the Kaizoku Labs UI Kit repository! This project is maintained by the Kaizoku Labs a.k.a. Lambda Class Exploration Team and is intended to provide a comprehensive collection of UI components for rapid prototyping and development.
Before you can use the Kaizoku Labs UI Kit, ensure you have the following prerequisites installed on your machine:
- Node.js (v18.0.0 or newer)
- Bun/Yarn
Clone the repository to your local machine:
git clone https://github.com/kaizokulabs/ui.git
cd ui
bun i
# or yarn
Start the Storybook server:
bun run storybook
# or yarn storybook
Now you can browse the UI components, view their documentation, and interact with them at http://localhost:6006.
We welcome contributions from the community! Just open a new PR!