Module

HeroUI.Image

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

#Loading Source

data Loading

Constructors

Instances

#loadingToString Source

#ImageProps Source

type ImageProps :: Row Type -> Row Typetype ImageProps r = (alt :: String, className :: String, classNames :: Foreign, disableSkeleton :: Boolean, fallbackSrc :: String, height :: Int, isBlurred :: Boolean, isZoomed :: Boolean, loading :: Loading, onError :: EventHandler, onLoad :: EventHandler, radius :: Radius, removeWrapper :: Boolean, shadow :: ShadowSize, sizes :: String, src :: String, srcSet :: String, width :: Int | r)

#image Source

image :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (ImageProps ())) => Record givenProps -> kids -> JSX