pub fn BaseCardButtonArea(props: BaseCardButtonAreaProps) -> impl IntoViewExpand description
Headless primary clickable card region — renders a button or anchor when href is set.
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - href:
impl Into<MaybeProp<String>> - disabled:
impl Into<Signal<bool>> - on_click:
Callback<ev::MouseEvent>