pub fn SelectPill(props: SelectPillProps) -> impl IntoViewExpand description
§Required Props
- label:
impl Into<String>- Selected label shown inside the pill.
§Optional Props
- icon:
impl Into<String>- Optional leading glyph.
- open:
booltruewhen the parent’s popover is open. Drives the rotation of the trailing chevron.
- disabled:
booltrueto render disabled.