fn LiveOnScreenPopover(props: LiveOnScreenPopoverProps) -> impl IntoViewExpand 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>]