mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 22:18:39 +00:00
* feat: navigation-menu * fix: export at the end * fix: rounded-md * fix: demo design * rename: NavigationMenuRoot -> NavigationMenu * feat: update roadmap * feat: update style for navigation menu * feat: implement navigation menu component * feat: implement navigation menu for www --------- Co-authored-by: shadcn <m@shadcn.com>
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
# shadcn/ui
|
|
|
|
Beautifully designed components built with Radix UI and Tailwind CSS.
|
|
|
|

|
|
|
|
## 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 (Vertical and Submenus)
|
|
- [ ] 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 `tailwind-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).
|