mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
24 lines
543 B
Markdown
24 lines
543 B
Markdown
# next-template
|
|
|
|
A Next.js 13 template for building apps with Radix UI and Tailwind CSS.
|
|
|
|
## Usage
|
|
|
|
```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 class sorting, merging and linting.
|
|
|
|
## License
|
|
|
|
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).
|