Skip to main content

CountdownSelect

Function CountdownSelect 

Source
pub fn CountdownSelect(props: CountdownSelectProps) -> impl IntoView
Expand description

Compact pill that opens the countdown-length menu.

§Required Props

  • label: impl Into<String>
    • Pre-formatted label. Examples: "3s Countdown", "No countdown". Build via format_countdown_label.

§Optional Props