feat: initial commit

This commit is contained in:
shadcn
2023-01-24 19:51:29 +04:00
commit 0a241be17f
254 changed files with 23635 additions and 0 deletions

46
README.md Normal file
View File

@@ -0,0 +1,46 @@
# shadcn/ui
Beautifully designed components built with Radix UI and Tailwind CSS.
![hero](apps/www/public/og.jpg)
## Roadmap
> **Warning**
> This is work in progress. I'm building this in public. You can follow the progress on Twitter [@shadcn](https://twitter.com/shadcn).
- [ ] Toast
- [ ] Toggle
- [ ] Toggle Group
- [ ] Toolbar
- [ ] Navigation Menu
- [ ] Figma?
## Get Started
Starting a new project? Check out the Next.js template.
```bash
npx create-next-app -e https://github.com/shadcn/next-template
```
### Features
- Radix UI Primitives
- Tailwind CSS
- Fonts with `@next/font`
- Icons from [Lucide](https://lucide.dev)
- Dark mode with `next-themes`
- Automatic import sorting with `@ianvs/prettier-plugin-sort-imports`
### Tailwind CSS Features
- Class merging with `taiwind-merge`
- Animation with `tailwindcss-animate`
- Conditional classes with `clsx`
- Variants with `class-variance-authority`
- Automatic class sorting with `eslint-plugin-tailwindcss`
## License
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).