Tabs
Tabs organize related content by grouping similar information into views or tab panels that are displayed one at a time.
Import
import { Tab, Tabs } from '@dynatrace/strato-components-preview/navigation';
Use cases
Use icons in tabs
By using prefixIcon you can add icons to each tab.
Disable tab
The disabled prop allows you to disable specific tabs. In the example below, the third tab is disabled.