Hygge-UI

Tabs

Used to display content in a tabbed interface.

Source
Manage your team members

Examples

Variants

Use the variant prop to change the visual style of the tabs.

Manage your team members
Manage your team members
Manage your team members

Lazy Mounted

Use the lazyMount and/or unmountOnExit prop to only render the tab content when it is active. This can be useful for performance optimization.

Tab 1: Content 0

Links

Pass the asChild prop to the TabsTrigger component to render a link as a tab. When a tab is clicked, the link will be navigated to.

Manage your team members

Disabled Tab

Set the disabled prop on the TabsTrigger component to disable a tab.