Module

HeroUI.Spinner

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

#SpinnerProps Source

type SpinnerProps :: Row Type -> Row Typetype SpinnerProps r = (className :: String, classNames :: Foreign, color :: Color, label :: String, labelColor :: Color, size :: Size, variant :: SpinnerVariant | r)

#spinner Source

spinner :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (SpinnerProps ())) => Record givenProps -> kids -> JSX