pub fn Popover(props: PopoverProps) -> impl IntoViewExpand description
§Required Props
- popover_trigger:
PopoverTrigger<AnyView>- The element or component that triggers popover.
- children: [
Children]
§Optional Props
- class:
impl Into<MaybeProp<String>> - trigger_type:
PopoverTriggerType- Action that displays the popover.
- position: [
PopoverPosition]- Configures the position of the Popover.
- on_click_modal:
OnClickModal - on_click_signal: [
RwSignal<bool>] - appearance:
impl Into<MaybeProp<PopoverAppearance>> - size:
impl Into<Signal<PopoverSize>> - on_open:
impl Into<BoxCallback> - on_close:
impl Into<BoxCallback>