pub fn BModal(props: BModalProps) -> impl IntoView
Expand description
§Required Props
- children:
Children
- is_active:
RwSignal<bool>
§Optional Props
- has_background:
bool
- has_close_button:
bool
- is_dismissible:
bool
- on_close:
impl Into<Callback<MouseEvent>>