Function freya::prelude::DropdownItem

pub fn DropdownItem<T, 'a>(
    cx: &'a Scoped<'a, DropdownItemProps<'a, T>>
) -> Option<VNode<'a>>where
    T: PartialEq<T> + 'static,
Expand description

DropdownItem component.

Props

See DropdownItemProps.

Styling

Inherits the DropdownItemTheme theme.