Function Popover

Source
pub fn Popover<Ch: IntoView + 'static, T: IntoView + 'static>(
    props: PopoverProps<Ch, T>,
) -> impl IntoView
Expand description

§Required Props

  • popover_trigger: PopoverTrigger<T>
    • The element or component that triggers popover.
  • children: [TypedChildren<Ch>]

§Optional Props