QiTASC / hatchinq / Hatchinq.Button

Exposed


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


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

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

contained : Hatchinq.Attribute.Attribute (InternalConfig msg)

outlined : Hatchinq.Attribute.Attribute (InternalConfig msg)

text : Hatchinq.Attribute.Attribute (InternalConfig msg)