Module

HeroUI.Card

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

#CardProps Source

type CardProps :: Row Type -> Row Typetype CardProps r = (allowTextSelectionOnPress :: Boolean, className :: String, classNames :: Foreign, disableAnimation :: Boolean, disableRipple :: Boolean, fullWidth :: Boolean, isBlurred :: Boolean, isDisabled :: Boolean, isFooterBlurred :: Boolean, isHoverable :: Boolean, isPressable :: Boolean, onPress :: EventHandler, onPressChange :: EffectFn1 Boolean Unit, onPressEnd :: EventHandler, onPressStart :: EventHandler, onPressUp :: EventHandler, radius :: Radius, shadow :: ShadowSize | r)

#card Source

card :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (CardProps ())) => Record givenProps -> kids -> JSX

#CardHeaderProps Source

type CardHeaderProps :: Row Type -> Row Typetype CardHeaderProps r = (className :: String | r)

#cardHeader Source

cardHeader :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (CardHeaderProps ())) => Record givenProps -> kids -> JSX

#CardBodyProps Source

type CardBodyProps :: Row Type -> Row Typetype CardBodyProps r = (className :: String | r)

#cardBody Source

cardBody :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (CardBodyProps ())) => Record givenProps -> kids -> JSX

#CardFooterProps Source

type CardFooterProps :: Row Type -> Row Typetype CardFooterProps r = (className :: String, isBlurred :: Boolean | r)

#cardFooter Source

cardFooter :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (CardFooterProps ())) => Record givenProps -> kids -> JSX