Skip to content

Tabs

Switch between sections.

import { Tabs, Tab } from '@truongdq01/ui';
<Tabs value={0}>
<Tab value={0} label="Overview" />
<Tab value={1} label="Details" />
</Tabs>;
  • Refer to the component props in the API reference or source for advanced configuration.