QiTASC / hatchinq / Hatchinq.IconButton

Exposed


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


type alias View msg =
{ icon : String
, onPress : Maybe msg 
}

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

filled : Hatchinq.Attribute.Attribute InternalConfig

stopPropagation : Hatchinq.Attribute.Attribute InternalConfig

withTextColor : Element.Color -> Hatchinq.Attribute.Attribute InternalConfig

white : Hatchinq.Attribute.Attribute InternalConfig