Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irychen/solo-ui
Solo UI - Build Your Way, Own Your Code
https://github.com/irychen/solo-ui
react solo-ui
Last synced: 5 days ago
JSON representation
Solo UI - Build Your Way, Own Your Code
- Host: GitHub
- URL: https://github.com/irychen/solo-ui
- Owner: irychen
- Created: 2024-12-18T15:24:00.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T16:21:08.000Z (8 days ago)
- Last Synced: 2024-12-18T16:44:20.620Z (8 days ago)
- Topics: react, solo-ui
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solo UI
A modern React component library built with Tailwind CSS, inspired by shadcn/ui's copy-paste approach, giving you full control over your components.
## Features
- 🎨 Built with Tailwind CSS for complete styling control
- 📦 Copy-paste components - no extra dependencies
- 🔧 Full source code access
- 🌗 Light/Dark mode support
- 🚀 TypeScript ready
- âš¡ Zero runtime dependencies
- 🎯 Fully customizable components## Quick Start
1. Install Tailwind CSS and its peer dependencies:
```bash
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
```2. install the cli
```bash
pnpm install @solo-ui/cli@latest
```3. initialize the project
```bash
npx @solo-ui/cli init
```4. add components
```bash
npx @solo-ui/cli add button
```look up available components in the cli
```bash
npx @solo-ui/cli list
```