QiTASC / hatchinq / Hatchinq.Chip

Exposed


type alias Config =
{ theme : Hatchinq.Theme.Theme }

configure : Config -> List (Hatchinq.Attribute.Attribute (InternalConfig item msg)) -> View item msg -> Element msg

withError : Basics.Bool -> Hatchinq.Attribute.Attribute (InternalConfig item msg)

coloring : (item -> Element.Color) -> Hatchinq.Attribute.Attribute (InternalConfig item msg)

icon : Element msg -> Hatchinq.Attribute.Attribute (InternalConfig item msg)

maxWidth : Basics.Int -> Hatchinq.Attribute.Attribute (InternalConfig item msg)