pub fn ToolButton(props: ToolButtonProps) -> impl IntoViewExpand description
A toolbar button that fires on_click unless disabled, reflecting active as a pressed state and using title as its tooltip.
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<String> - active:
impl Into<Signal<bool>> - disabled:
impl Into<Signal<bool>> - title:
impl Into<String> - on_click:
Callback<web_sys::MouseEvent>