compose-ui-material3
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compose-ui-material3
compose-ui-material3
/
io.github.ricardomorarey.composeui.chips
Package-level
declarations
Functions
Functions
Choice
Chip
Row
Link copied to clipboard
@
Composable
fun
ChoiceChipRow
(
options
:
List
<
String
>
,
selectedOption
:
String
?
,
onOptionSelected
:
(
String
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)
Fila de chips con selección única (excluyente).
Filter
Chip
Group
Link copied to clipboard
@
Composable
fun
FilterChipGroup
(
options
:
List
<
String
>
,
selectedOptions
:
Set
<
String
>
,
onSelectionChange
:
(
Set
<
String
>
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)
Grupo de chips de filtro con selección múltiple.