Module

HeroUI.Avatar

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

#AvatarProps Source

type AvatarProps :: Row Type -> Row Typetype AvatarProps r = (alt :: String, className :: String, classNames :: Foreign, color :: Color, fallback :: JSX, icon :: JSX, imgProps :: Foreign, isBordered :: Boolean, isDisabled :: Boolean, isFocusable :: Boolean, name :: String, radius :: Radius, showFallback :: Boolean, size :: Size, src :: String | r)

#avatar Source

avatar :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (AvatarProps ())) => Record givenProps -> kids -> JSX

#AvatarGroupProps Source

type AvatarGroupProps :: Row Type -> Row Typetype AvatarGroupProps r = (className :: String, classNames :: Foreign, color :: Color, isBordered :: Boolean, isDisabled :: Boolean, isGrid :: Boolean, max :: Int, radius :: Radius, renderCount :: Foreign, size :: Size, total :: Int | r)

#avatarGroup Source

avatarGroup :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (AvatarGroupProps ())) => Record givenProps -> kids -> JSX