A custom component registry for building beautiful, accessible user interfaces with Next.js and Tailwind CSS.
Add any component with one command:
npx shadcn@latest add @chisom-ui/multi-tag-inputGet started with Chisom UI in minutes
npx shadcn@latest initFollow the prompts to configure your project. Choose your style, colors, and other preferences.
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
},
"registries": {
"@chisom-ui": "https://chisom-ui.netlify.app/r/{name}.json"
}
}Note: Replace the registry URL with your actual deployment URL.
npm:
npm install class-variance-authority iconsax-reactyarn:
yarn add class-variance-authority iconsax-reactpnpm:
pnpm add class-variance-authority iconsax-reactAdd a single component:
npx shadcn@latest add @chisom-ui/multi-tag-inputAdd multiple components:
npx shadcn@latest add @chisom-ui/multi-tag-input @chisom-ui/buttoncomponents/ui/ directory and utilities to utils/. Start using them in your project immediately.Explore our collection of production-ready components