Module

HeroUI.Progress

Package
purescript-yoga-heroui
Repository
rowtype-yoga/purescript-yoga-heroui

#ProgressProps Source

type ProgressProps :: Row Type -> Row Typetype ProgressProps r = (className :: String, classNames :: Foreign, color :: Color, disableAnimation :: Boolean, formatOptions :: Foreign, isDisabled :: Boolean, isIndeterminate :: Boolean, isStriped :: Boolean, label :: JSX, maxValue :: Number, minValue :: Number, radius :: Radius, showValueLabel :: Boolean, size :: Size, value :: Number, valueLabel :: JSX | r)

#progress Source

progress :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (ProgressProps ())) => Record givenProps -> kids -> JSX

#CircularProgressProps Source

type CircularProgressProps :: Row Type -> Row Typetype CircularProgressProps r = (className :: String, classNames :: Foreign, color :: Color, disableAnimation :: Boolean, formatOptions :: Foreign, isDisabled :: Boolean, isIndeterminate :: Boolean, label :: JSX, maxValue :: Number, minValue :: Number, showValueLabel :: Boolean, size :: Size, strokeWidth :: Number, value :: Number, valueLabel :: JSX | r)

#circularProgress Source

circularProgress :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (CircularProgressProps ())) => Record givenProps -> kids -> JSX