Tabs

Organize content into switchable panels with a tab list. Built on Radix Tabs.

Account
Manage your account settings.

Props

PropTypeDefaultDescription
defaultValuestring-Default active tab value
valuestring-Controlled active tab
onValueChange(value: string) => void-Callback on tab change

Import

import { Tabs } from '@blastx/ui';