Skip to main content

SelectPill

Function SelectPill 

Source
pub fn SelectPill(props: SelectPillProps) -> impl IntoView
Expand description

§Required Props

§Optional Props

  • icon: impl Into<String>
    • Optional leading glyph.
  • open: bool
    • true when the parent’s popover is open. Drives the rotation of the trailing chevron.
  • disabled: bool
    • true to render disabled.