Skip to main content

picker

Function picker 

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

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

Day API ↩ Guides· daybrite.dev