pub fn BaseButton(props: BaseButtonProps) -> impl IntoViewExpand description
Headless native <button> — semantics and a11y only; styling via class and modifier strings.
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - appearance:
impl Into<MaybeProp<String>> - shape:
impl Into<MaybeProp<String>> - size:
impl Into<MaybeProp<String>> - button_type:
impl Into<MaybeProp<ButtonType>> - block:
impl Into<Signal<bool>> - disabled:
impl Into<Signal<bool>> - disabled_focusable:
impl Into<Signal<bool>> - loading:
impl Into<Signal<bool>> - aria_pressed:
impl Into<MaybeProp<String>> - on_click:
Callback<ev::MouseEvent> - comp_ref:
ComponentRef<ButtonRef>