Skip to main content

picker

Function picker 

Source
pub fn picker<S>(
    options: impl IntoIterator<Item = S>,
    selected: Signal<usize>,
) -> Picker
where S: Into<String>,
Expand description

picker(["A", "B", "C"], choice).segmented() — options are fixed, selected is the bound index.

Day API ↩ Guides· daybrite.dev