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

DropdownItem component.

Props

See DropdownItemProps.

Styling

Inherits the DropdownItemTheme theme.