A modular design system built with Tailwind CSS that provides consistent UI components and styling patterns for your projects.
- Tailwind CSS
- ReactJS
- Storybook
- pnpm
- Clone the repository
git clone https://github.com/yourusername/design-system.lib.git
cd design-system.lib
- Install dependencies
pnpm install
- Start the development server
pnpm dev
- Open your browser and navigate to
http://localhost:3000
Import the components you need in your project:
import { Card } from 'design-system.lib';