Module

HeroUI.Badge

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

#Shape Source

data Shape

Constructors

Instances

#shapeToString Source

#BadgeProps Source

type BadgeProps :: Row Type -> Row Typetype BadgeProps r = (className :: String, classNames :: Foreign, color :: Color, content :: JSX, disableAnimation :: Boolean, disableOutline :: Boolean, isDot :: Boolean, isInvisible :: Boolean, isOneChar :: Boolean, placement :: Placement, shape :: Shape, showOutline :: Boolean, size :: Size, variant :: Variant | r)

#badge Source

badge :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (BadgeProps ())) => Record givenProps -> kids -> JSX