Skip to main content

AutoZoomSelect

Function AutoZoomSelect 

Source
pub fn AutoZoomSelect(props: AutoZoomSelectProps) -> impl IntoView
Expand description

Compact pill that opens the auto-zoom strength menu. Visual only — the popover content is owned by the parent.

§Required Props

  • label: impl Into<String>
    • Pre-formatted label shown inside the pill. Examples: "Auto-zoom 2.0×", "Auto-zoom off". The footer fixture builds this via format_auto_zoom_label.

§Optional Props

  • open: bool
    • true when the parent’s popover is open.
  • disabled: bool
    • true to render disabled.