- The Foundation for your Design System - shadcn ui
A set of beautifully designed components that you can customize, extend, and build on Start here then make it your own Open Source Open Code
- Introduction - shadcn ui
shadcn ui is a set of beautifully-designed, accessible components and a code distribution platform Works with your favorite frameworks and AI models Open Source Open Code
- Components - shadcn ui
Here you can find all the components available in the library We are working on adding more components
- Installation - shadcn ui
How to install dependencies and structure your app
- Pick a Color. Make it yours. - shadcn ui
Try our hand-picked themes Copy and paste them into your project New theme editor coming soon
- Building Blocks for the Web - shadcn ui
A dashboard with sidebar, charts and data table npx shadcn add dashboard-01 A sidebar that collapses to icons npx shadcn add sidebar-07 A sidebar with submenus npx shadcn add sidebar-03 A login page with a muted background color
- Form - shadcn ui
"use client" import { zodResolver } from "@hookform resolvers zod" import { useForm } from "react-hook-form" import { z } from "zod" import { Button } from "@ components ui button" import { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, } from "@ components ui form" import { Input } from "@ components ui input
- Manual Installation - shadcn ui
{ "$schema": "https: ui shadcn com schema json", "style": "new-york", "rsc": false, "tsx": true, "tailwind": { "config": "", "css": "src styles globals css", "baseColor": "neutral", "cssVariables": true, "prefix": "" }, "aliases": { "components": "@ components", "utils": "@ lib utils", "ui": "@ components ui", "lib": "@ lib", "hooks": "@ hooks
|