Animations
GlidingHighlight
Animated pill that slides between tab/nav items, providing a smooth active-state indicator.
Preview:1280px
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | { id: string; label: string }[] | — | List of navigation items. |
| activeId | string | — | ID of the currently active item. |
| onChange | (id: string) => void | — | Callback when user selects a different item. |
| className | string | — | Additional CSS class names. |