Skip to main content

LiveOnScreenPopover

Function LiveOnScreenPopover 

Source
fn LiveOnScreenPopover(props: LiveOnScreenPopoverProps) -> impl IntoView
Expand description

Live on-screen options popover with click-wired toggles. Mirrors the storybook OnScreenOptionsPopover HTML so CSS stays shared.

ยงRequired Props

  • opts: [Signal<Vec<OnScreenOptionView>>]
  • on_toggle: [Callback<OnScreenOptionKind>]