A container component for PF4.Chip
element(s)
Opaque ChipGroup
element that can produce msg
messages
Defines how many Chip
s to show when rendering.
group : List String -> (String -> msg) -> ChipGroup msg
Constructs a group of Chip
s creates from the List String
withCategory : String -> ChipGroup msg -> ChipGroup msg
Configures group to have category
withClickMsg : msg -> ChipGroup msg -> ChipGroup msg
Configures what msg
is produced by group onClick
toMarkup : ChipGroup msg -> Element msg
Given the custom type representation, renders as an Element msg
.