Bounce Sidebar

A vertical sidebar whose active dot jumps between destinations on a curved, spring-loaded path.

Preview

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/bounce-sidebar

API Reference

items
{}
value?
string
defaultValue?
string
onValueChange?
((value: string) => void)
ariaLabel?
string
Sidebar navigation
className?
string
listClassName?
string
itemClassName?
string
indicatorClassName?
string

Updated