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

DropdownItem component.

Props

See DropdownItemProps.

Styling

Inherits the DropdownItemTheme theme.