Skip to main content

IconButton

Function IconButton 

Source
pub fn IconButton(props: IconButtonProps) -> impl IntoView
Expand description

§Required Props

  • glyph: impl Into<String>
    • Single glyph rendered as the button label.
  • label: impl Into<String>
    • Accessible label — required for screen readers since the visible content is just a glyph.

§Optional Props