Function SelectButton

Source
pub fn SelectButton<V, F, G>(props: SelectButtonProps<V, F, G>) -> impl IntoView
where V: FromStr + ToString + Eq + Hash + Clone + 'static, <V as FromStr>::Err: Debug, F: Fn(V) + Copy + 'static, G: Fn() -> V + Copy + 'static,
Expand description

§Required Props

§Optional Props