Skip to content

Latest commit

 

History

History

DropdownMenuItem

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

DropdownMenuItem

<DropdownMenuItem label="Menu item" />

Props

Prop name Description Type Values Default
active Adds the active class boolean - false
disabled Adds the disabled class boolean - false
divider Displays a divider boolean - false
header Displays label as header boolean - false
href string - '#'
is string - undefined
label The label to display string - undefined
to string|Record<string, unknown> - undefined

Slots

Name Description Bindings
default Displays content inside the dropdown menu item.