pub fn IconSelect<V, F, G>(props: IconSelectProps<V, F, G>) -> impl IntoViewExpand description
ยงRequired Props
- label:
impl Into<TextProp> - icon:
impl Into<String> - id:
impl Into<String> - values: [
impl Into<Vec<(V, TextProp)>>](Vec<(V, TextProp)>) - value: [
G] - on_change: [
F]