pub fn Dropdown(props: DropdownProps) -> impl IntoViewExpand description
A button labelled label that opens a Popover containing a menu of children.
The menu closes when any item is clicked.
§Required Props
- label:
impl Into<String> - children:
ChildrenFn
§Optional Props
- class:
impl Into<String> - side:
Side - align:
Align