NavigationAdded in Sierra
Liquid Tab
Tab switcher where the active indicator is a squishy, pouring liquid blob.
Liquid Fluid Motion
Active tab switcher indicator that stretches and morphs with organic spring physics as it transitions between tabs.
Active Tab: overview
Sizes & Widths
Configure tabs to take up custom inline spacing or span full container width, and choose between small (sm) and medium (md) sizing.
INLINE & SMALL
FULL WIDTH & MEDIUM
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
tabs | LiquidTabItem[] | — | Array of tabs, each with an id, label, optional icon, and optional disabled state. |
activeId | string | — | The id of the currently active tab. |
onChange | (id: string) => void | — | Callback fired when a tab is clicked. |
fullWidth | boolean | true | Whether tabs should distribute and fill the parent width. |
size | 'sm' | 'md' | 'md' | Vertical padding size of tabs. |