Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```