Beta

Dropdown Menu

Displays a menu to the user — such as a set of actions or functions — triggered by a button.

Installation

Examples

Checkboxes

Radio Group

Props

Animate UI props

PropTypeDefault
inset?
boolean
false
transition?
Transition
{ type: 'spring', stiffness: 200, damping: 20 }
PropTypeDefault
transition?
Transition
{ duration: 0.2 }
PropTypeDefault
inset?
boolean
false
transition?
Transition
{ type: 'spring', stiffness: 200, damping: 20 }
PropTypeDefault
inset?
boolean
false

Credits

  • We use Radix UI for the dropdown menu component.
  • We take our inspiration from Shadcn UI for the dropdown menu style.

On this page