All shadcn/ui components are available for direct import from their respective UI modules:
shadcn/ui components
We use a couple components from shadcn/ui. To make them re-usable for and
use them in your project you can import them from zudoku/ui/*.
For example:
Code
Following components are available:
- Accordion
 - Alert
 - AspectRatio
 - Badge
 - Breadcrumb
 - Button
 - Card
 - Carousel
 - Checkbox
 - Collapsible
 - Command
 - Dialog
 - Drawer
 - DropdownMenu
 - Form
 - HoverCard
 - Input
 - Label
 - Pagination
 - Popover
 - Progress
 - RadioGroup
 - ScrollArea
 - Select
 - Skeleton
 - Slider
 - Switch
 - Tabs
 - Textarea
 - Toggle
 - ToggleGroup
 - Tooltip
 
Last modified on