Bouncy Accordion

Single-open accordion with weighted spring layout, icon rows and reduced-motion-safe content reveals.

Preview

Plan announcements, staging checks, reminders, and quiet periods around the same timeline.

Install

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

$ bunx --bun shadcn add @beui/bouncy-accordion

API Reference

items
BouncyAccordionItem[]
value?
string | null
defaultValue?
string | null
null
onValueChange?
((value: string | null) => void)
collapsible?
boolean
true
className?
string
classNames?
BouncyAccordionClassNames

Updated