pub fn DropdownItem<T>(_: DropdownItemProps<T>) -> Element
where T: PartialEq + 'static + Clone,
Expand description

DropdownItem component.

Props

See DropdownItemProps.

Styling

Inherits the DropdownItemTheme theme.