A component for displaying items that are involved in selection or filtering out of an overall group.
See also, PF4.ChipGroup
Opaque Chip
element that can produce msg
messages
chip : String -> Chip msg
Constructs a Chip
from the text
withCloseMsg : msg -> Chip msg -> Chip msg
Configures what msg
is produced onClick
by Chip
withForeground : ( Basics.Int, Basics.Int, Basics.Int ) -> Chip msg -> Chip msg
Configures the foreground color, in RGB
toMarkup : Chip msg -> Element msg
Given the custom type representation, renders as an Element msg
.