Module

HeroUI.Alert

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

#AlertProps Source

type AlertProps :: Row Type -> Row Typetype AlertProps r = (className :: String, classNames :: Foreign, closeButtonProps :: Foreign, color :: Color, description :: JSX, endContent :: JSX, hideIcon :: Boolean, hideIconWrapper :: Boolean, icon :: JSX, isClosable :: Boolean, isVisible :: Boolean, onClose :: EffectFn1 Foreign Unit, onVisibleChange :: EffectFn1 Boolean Unit, radius :: Radius, startContent :: JSX, title :: JSX, variant :: Variant | r)

#alert Source

alert :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (AlertProps ())) => Record givenProps -> kids -> JSX