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
DropdownMenuSubTrigger
Prop | Type | Default |
---|---|---|
inset? | boolean | false |
transition? | Transition | { type: 'spring', stiffness: 200, damping: 20 } |
DropdownMenuContent
Prop | Type | Default |
---|---|---|
transition? | Transition | { duration: 0.2 } |
DropdownMenuItem
Prop | Type | Default |
---|---|---|
inset? | boolean | false |
transition? | Transition | { type: 'spring', stiffness: 200, damping: 20 } |
DropdownMenuLabel
Prop | Type | Default |
---|---|---|
inset? | boolean | false |