Skip to main content

Interface: DropdownMenuItemProps

Props for DropdownMenuItem component.

See

DropdownMenuItem

Properties

PropertyTypeDescription

children

ReactNode

Menu item content.

className?

string

Additional CSS class for the component.

disabled?

boolean

Whether the menu item is disabled for selection.

Default

false

onSelect?

() => void

Handler for the menu item selection.

title?

string

Title for the list item.