@jusankar/moon
v0.6.0
Published
Moon is a **UI component library** built using **ShadCN UI**, **Tailwind CSS**, and **Storybook**. It serves as the **single source of truth for reusable UI components** used across applications.
Downloads
34
Readme
🌙 Moon Design System
Moon is a UI component library built using ShadCN UI, Tailwind CSS, and Storybook.
It serves as the single source of truth for reusable UI components used across applications.
Components and stories are generated and maintained to ensure design and implementation parity.
🛠️ Tech Stack
- React + TypeScript
- Tailwind CSS
- ShadCN UI
- Storybook
- Vite
- Bun / npm
📦 Project Structure
moon/
├── src/
│ ├── components/
│ │ ├── ui/
│ │ │ ├── button/
│ │ │ ├── dialog/
│ │ │ └── ...
│ ├── styles/
│ │ └── index.css
│ └── index.ts
├── .storybook/
│ ├── main.ts
│ ├── preview.ts
│ └── manager.ts
├── tailwind.config.ts
├── postcss.config.cjs
├── package.json
└── README.md