Module

HeroUI.Chip

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

#ChipProps Source

type ChipProps :: Row Type -> Row Typetype ChipProps r = (avatar :: JSX, className :: String, classNames :: Foreign, color :: Color, endContent :: JSX, isDisabled :: Boolean, onClose :: EffectFn1 Foreign Unit, radius :: Radius, size :: Size, startContent :: JSX, variant :: Variant | r)

#chip Source

chip :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (ChipProps ())) => Record givenProps -> kids -> JSX