QiTASC / hatchinq / Hatchinq.ProgressIndicator

Exposed


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


type Progress
    = Indeterminate
    | Determinate Basics.Float


type GrowthDirection
    = TopDown
    | BottomUp

circular : Hatchinq.Attribute.Attribute InternalConfig

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

linear : GrowthDirection -> Hatchinq.Attribute.Attribute InternalConfig

startDelaySeconds : Basics.Float -> Hatchinq.Attribute.Attribute InternalConfig

visibility : Basics.Bool -> Hatchinq.Attribute.Attribute InternalConfig