SubtleTab

Tab navigation with smooth pill animations.

Installation

npx shadcn@latest add https://fluid-functionalism.vercel.app/r/subtle-tab.json

Basic

Teamspaces content goes here.

API Reference — SubtleTab

PropTypeDefaultDescription
selectedIndexnumberIndex of the currently selected tab.
onSelect(index: number) => voidCalled when a tab is selected.
idPrefixstringPrefix for ARIA IDs linking tabs to panels.
childrenReactNodeSubtleTabItem children.

API Reference — SubtleTabItem

PropTypeDefaultDescription
iconLucideIconIcon displayed in the tab.
labelstringText label for the tab.
indexnumberPosition index within the tab list.

API Reference — SubtleTabPanel

PropTypeDefaultDescription
indexnumberIndex of this panel.
selectedIndexnumberCurrently selected tab index.
idPrefixstringMust match the SubtleTab idPrefix.
childrenReactNodePanel content, only rendered when selected.