Skip to content
Animations

GlidingHighlight

Animated pill that slides between tab/nav items, providing a smooth active-state indicator.

Preview:
1280px

Props

PropTypeDefaultDescription
items{ id: string; label: string }[]List of navigation items.
activeIdstringID of the currently active item.
onChange(id: string) => voidCallback when user selects a different item.
classNamestringAdditional CSS class names.