Components: Shadcn UI
Tabs
Understand the design system and contribute to it
Component preview
The live preview for UI components is handled by components/atoms/codedocs/ComponentPreview.tsx. Use it directly inside MDX whenever you want a playground-style embed. Provide componentProps to set default values and propOptions to surface toggle-able props next to the preview.
Preview
Keep track of key metrics, release health, and teammate progress.
Prop reference
Auto-generated from the component source
Tabs
className
React.ComponentProps<typeof TabsPrimitive.Root>
TabsContent
className
React.ComponentProps<typeof TabsPrimitive.Content>
TabsList
className
React.ComponentProps<typeof TabsPrimitive.List>
TabsTrigger
className
React.ComponentProps<typeof TabsPrimitive.Trigger>
Code