Skip to main content

DefaultEmptyCard

Components

DefaultEmptyCard()

DefaultEmptyCard(props, context?): ReactNode

Card component used to display generic info and images

Parameters

ParameterType
propsDefaultEmptyCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/DefaultEmptyCard/index.tsx:32

Props

DefaultEmptyCardProps

DefaultEmptyCardProps: object

Type declaration

MemberType
assetExtensionstring
assetNamestring
buttonClickHandler() => void
buttonLabelstring
customCardSizeCardSize
infoTextstring
noBorderboolean
publicImagePathstring

Source

libs/design-system-components/src/components/DefaultEmptyCard/index.tsx:11