easeUI

Expandable Tabs

A row of icon tabs where the selected one expands to reveal its label, sliding a shared background pill to match.

Installation

$ bunx --bun shadcn add @easeui/expandable-tabs

API reference

PropTypeDefaultDescription
tabs{}--
value?string-Controlled selected tab id.
defaultValue?string-Starting selection when uncontrolled. Defaults to the first tab.
onChange?((id: string) => void)--
className?string--

Updated