Docs
Two things to know: how to point your project at this registry, and what's inside it. Everything is consumed through the standard shadcn CLI.
Configure your project
Add the registry to your components.json under registries, then expose the bearer token via env. The shadcn CLI handles the rest.
12345678910{'registries': {'@kaotypr-ui': {'headers': {'Authorization': 'Bearer ${KAOTYPR_UI_REGISTRY_TOKEN}'}}}}
The {name} placeholder is replaced by the CLI when you install @kaotypr-ui/<component>. Headers are sent with every fetch — keep the token out of source control.
KAOTYPR_UI_REGISTRY_TOKEN=your-bearer-token-hereAsk the registry owner for the bearer token. The CLI reads env vars referenced as ${NAME} in the headers block.
- 01Add the registries blockDrop the @kaotypr-ui entry into components.json — alongside any other registries you already use.
- 02Export the tokenSet KAOTYPR_UI_REGISTRY_TOKEN in your shell or .env.local before invoking the CLI.
- 03Install componentspnpm dlx shadcn@latest add @kaotypr-ui/<name> — registry deps and npm deps resolve automatically.
What's available
70 items total — 67 components, 2 hooks, 1 lib utility. Search by name, copy the install command, or grab everything in one go.
pnpm dlx shadcn@latest add @kaotypr-ui/utils @kaotypr-ui/use-copy-to-clipboard @kaotypr-ui/use-mobile @kaotypr-ui/accordion @kaotypr-ui/alert @kaotypr-ui/alert-dialog @kaotypr-ui/aspect-ratio @kaotypr-ui/avatar @kaotypr-ui/badge @kaotypr-ui/breadcrumb @kaotypr-ui/button @kaotypr-ui/button-group @kaotypr-ui/calendar @kaotypr-ui/card @kaotypr-ui/carousel @kaotypr-ui/chart @kaotypr-ui/checkbox @kaotypr-ui/collapsible @kaotypr-ui/color-picker @kaotypr-ui/combobox @kaotypr-ui/command @kaotypr-ui/context-menu @kaotypr-ui/copy-button @kaotypr-ui/data-combobox @kaotypr-ui/data-multi-combobox @kaotypr-ui/data-table @kaotypr-ui/date-picker @kaotypr-ui/date-range-picker @kaotypr-ui/density @kaotypr-ui/dialog @kaotypr-ui/direction @kaotypr-ui/drawer @kaotypr-ui/dropdown-menu @kaotypr-ui/empty @kaotypr-ui/field @kaotypr-ui/hover-card @kaotypr-ui/input @kaotypr-ui/input-group @kaotypr-ui/input-otp @kaotypr-ui/item @kaotypr-ui/json-viewer @kaotypr-ui/kbd @kaotypr-ui/label @kaotypr-ui/menubar @kaotypr-ui/native-select @kaotypr-ui/navigation-menu @kaotypr-ui/pagination @kaotypr-ui/popover @kaotypr-ui/progress @kaotypr-ui/radio-group @kaotypr-ui/resizable @kaotypr-ui/scroll-area @kaotypr-ui/select @kaotypr-ui/separator @kaotypr-ui/sheet @kaotypr-ui/sidebar @kaotypr-ui/skeleton @kaotypr-ui/slider @kaotypr-ui/sonner @kaotypr-ui/spinner @kaotypr-ui/switch @kaotypr-ui/table @kaotypr-ui/tabs @kaotypr-ui/textarea @kaotypr-ui/theme @kaotypr-ui/time-picker @kaotypr-ui/timeline @kaotypr-ui/toggle @kaotypr-ui/toggle-group @kaotypr-ui/tooltip- Utilities
@kaotypr-ui/utilsUtility functions including cn() for merging class names.
pnpm dlx shadcn@latest add @kaotypr-ui/utils - Use Copy To Clipboard
@kaotypr-ui/use-copy-to-clipboardpnpm dlx shadcn@latest add @kaotypr-ui/use-copy-to-clipboard - Use Mobile
@kaotypr-ui/use-mobilepnpm dlx shadcn@latest add @kaotypr-ui/use-mobile - Accordion
@kaotypr-ui/accordionpnpm dlx shadcn@latest add @kaotypr-ui/accordion - Alert
@kaotypr-ui/alertpnpm dlx shadcn@latest add @kaotypr-ui/alert - Alert Dialog
@kaotypr-ui/alert-dialogpnpm dlx shadcn@latest add @kaotypr-ui/alert-dialog - Aspect Ratio
@kaotypr-ui/aspect-ratiopnpm dlx shadcn@latest add @kaotypr-ui/aspect-ratio - Avatar
@kaotypr-ui/avatarpnpm dlx shadcn@latest add @kaotypr-ui/avatar - Badge
@kaotypr-ui/badgepnpm dlx shadcn@latest add @kaotypr-ui/badge - Breadcrumb
@kaotypr-ui/breadcrumbpnpm dlx shadcn@latest add @kaotypr-ui/breadcrumb - Button
@kaotypr-ui/buttonpnpm dlx shadcn@latest add @kaotypr-ui/button - Button Group
@kaotypr-ui/button-grouppnpm dlx shadcn@latest add @kaotypr-ui/button-group - Calendar
@kaotypr-ui/calendarpnpm dlx shadcn@latest add @kaotypr-ui/calendar - Card
@kaotypr-ui/cardpnpm dlx shadcn@latest add @kaotypr-ui/card - Carousel
@kaotypr-ui/carouselpnpm dlx shadcn@latest add @kaotypr-ui/carousel - Chart
@kaotypr-ui/chartpnpm dlx shadcn@latest add @kaotypr-ui/chart - Checkbox
@kaotypr-ui/checkboxpnpm dlx shadcn@latest add @kaotypr-ui/checkbox - Collapsible
@kaotypr-ui/collapsiblepnpm dlx shadcn@latest add @kaotypr-ui/collapsible - Color Picker
@kaotypr-ui/color-pickerpnpm dlx shadcn@latest add @kaotypr-ui/color-picker - Combobox
@kaotypr-ui/comboboxpnpm dlx shadcn@latest add @kaotypr-ui/combobox - Command
@kaotypr-ui/commandpnpm dlx shadcn@latest add @kaotypr-ui/command - Context Menu
@kaotypr-ui/context-menupnpm dlx shadcn@latest add @kaotypr-ui/context-menu - Copy Button
@kaotypr-ui/copy-buttonpnpm dlx shadcn@latest add @kaotypr-ui/copy-button - Data Combobox
@kaotypr-ui/data-comboboxpnpm dlx shadcn@latest add @kaotypr-ui/data-combobox - Data Multi Combobox
@kaotypr-ui/data-multi-comboboxpnpm dlx shadcn@latest add @kaotypr-ui/data-multi-combobox - Data Table
@kaotypr-ui/data-tablepnpm dlx shadcn@latest add @kaotypr-ui/data-table - Date Picker
@kaotypr-ui/date-pickerpnpm dlx shadcn@latest add @kaotypr-ui/date-picker - Date Range Picker
@kaotypr-ui/date-range-pickerpnpm dlx shadcn@latest add @kaotypr-ui/date-range-picker - Density
@kaotypr-ui/densitypnpm dlx shadcn@latest add @kaotypr-ui/density - Dialog
@kaotypr-ui/dialogpnpm dlx shadcn@latest add @kaotypr-ui/dialog - Direction
@kaotypr-ui/directionpnpm dlx shadcn@latest add @kaotypr-ui/direction - Drawer
@kaotypr-ui/drawerpnpm dlx shadcn@latest add @kaotypr-ui/drawer - Dropdown Menu
@kaotypr-ui/dropdown-menupnpm dlx shadcn@latest add @kaotypr-ui/dropdown-menu - Empty
@kaotypr-ui/emptypnpm dlx shadcn@latest add @kaotypr-ui/empty - Field
@kaotypr-ui/fieldpnpm dlx shadcn@latest add @kaotypr-ui/field - Hover Card
@kaotypr-ui/hover-cardpnpm dlx shadcn@latest add @kaotypr-ui/hover-card - Input
@kaotypr-ui/inputpnpm dlx shadcn@latest add @kaotypr-ui/input - Input Group
@kaotypr-ui/input-grouppnpm dlx shadcn@latest add @kaotypr-ui/input-group - Input Otp
@kaotypr-ui/input-otppnpm dlx shadcn@latest add @kaotypr-ui/input-otp - Item
@kaotypr-ui/itempnpm dlx shadcn@latest add @kaotypr-ui/item - Json Viewer
@kaotypr-ui/json-viewerpnpm dlx shadcn@latest add @kaotypr-ui/json-viewer - Kbd
@kaotypr-ui/kbdpnpm dlx shadcn@latest add @kaotypr-ui/kbd - Label
@kaotypr-ui/labelpnpm dlx shadcn@latest add @kaotypr-ui/label - Menubar
@kaotypr-ui/menubarpnpm dlx shadcn@latest add @kaotypr-ui/menubar - Native Select
@kaotypr-ui/native-selectpnpm dlx shadcn@latest add @kaotypr-ui/native-select - Navigation Menu
@kaotypr-ui/navigation-menupnpm dlx shadcn@latest add @kaotypr-ui/navigation-menu - Pagination
@kaotypr-ui/paginationpnpm dlx shadcn@latest add @kaotypr-ui/pagination - Popover
@kaotypr-ui/popoverpnpm dlx shadcn@latest add @kaotypr-ui/popover - Progress
@kaotypr-ui/progresspnpm dlx shadcn@latest add @kaotypr-ui/progress - Radio Group
@kaotypr-ui/radio-grouppnpm dlx shadcn@latest add @kaotypr-ui/radio-group - Resizable
@kaotypr-ui/resizablepnpm dlx shadcn@latest add @kaotypr-ui/resizable - Scroll Area
@kaotypr-ui/scroll-areapnpm dlx shadcn@latest add @kaotypr-ui/scroll-area - Select
@kaotypr-ui/selectpnpm dlx shadcn@latest add @kaotypr-ui/select - Separator
@kaotypr-ui/separatorpnpm dlx shadcn@latest add @kaotypr-ui/separator - Sheet
@kaotypr-ui/sheetpnpm dlx shadcn@latest add @kaotypr-ui/sheet - Sidebar
@kaotypr-ui/sidebarpnpm dlx shadcn@latest add @kaotypr-ui/sidebar - Skeleton
@kaotypr-ui/skeletonpnpm dlx shadcn@latest add @kaotypr-ui/skeleton - Slider
@kaotypr-ui/sliderpnpm dlx shadcn@latest add @kaotypr-ui/slider - Sonner
@kaotypr-ui/sonnerpnpm dlx shadcn@latest add @kaotypr-ui/sonner - Spinner
@kaotypr-ui/spinnerpnpm dlx shadcn@latest add @kaotypr-ui/spinner - Switch
@kaotypr-ui/switchpnpm dlx shadcn@latest add @kaotypr-ui/switch - Table
@kaotypr-ui/tablepnpm dlx shadcn@latest add @kaotypr-ui/table - Tabs
@kaotypr-ui/tabspnpm dlx shadcn@latest add @kaotypr-ui/tabs - Textarea
@kaotypr-ui/textareapnpm dlx shadcn@latest add @kaotypr-ui/textarea - Theme
@kaotypr-ui/themepnpm dlx shadcn@latest add @kaotypr-ui/theme - Time Picker
@kaotypr-ui/time-pickerpnpm dlx shadcn@latest add @kaotypr-ui/time-picker - Timeline
@kaotypr-ui/timelinepnpm dlx shadcn@latest add @kaotypr-ui/timeline - Toggle
@kaotypr-ui/togglepnpm dlx shadcn@latest add @kaotypr-ui/toggle - Toggle Group
@kaotypr-ui/toggle-grouppnpm dlx shadcn@latest add @kaotypr-ui/toggle-group - Tooltip
@kaotypr-ui/tooltippnpm dlx shadcn@latest add @kaotypr-ui/tooltip