pub fn IconButton(props: IconButtonProps) -> impl IntoViewExpand 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
- variant:
IconButtonVariant - disabled:
bool - pressed:
bool