pub fn SelectButton<V, F, G>(props: SelectButtonProps<V, F, G>) -> impl IntoView
Expand description
§Required Props
- label:
impl Into<TextProp>
- id:
impl Into<String>
- values: [
impl Into<Vec<(V, TextProp)>>
](Vec<(V, TextProp)>) - value: [
G
] - on_change: [
F
]
§Optional Props
- icon:
impl Into<String>