Skip to main content

Tabs

frontend/packages/ui/src/components/tabs.tsx

Tabs

Component

function Tabs({
className,
orientation = "horizontal",
...props
}: TabsPrimitive.Root.Props)

TabsList

Component

function TabsList({
className,
variant = "default",
...props
}: TabsPrimitive.List.Props & VariantProps<typeof tabsListVariants>)

TabsTrigger

Component

function TabsTrigger({ className, ...props }: TabsPrimitive.Tab.Props)

TabsContent

Component

function TabsContent({ className, ...props }: TabsPrimitive.Panel.Props)