DefaultEmptyCard
Components
DefaultEmptyCard()
DefaultEmptyCard(
props
,context
?):ReactNode
Card component used to display generic info and images
Parameters
Parameter | Type |
---|---|
props | DefaultEmptyCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/DefaultEmptyCard/index.tsx:32
Props
DefaultEmptyCardProps
DefaultEmptyCardProps:
object
Type declaration
Member | Type |
---|---|
assetExtension | string |
assetName | string |
buttonClickHandler | () => void |
buttonLabel | string |
customCardSize | CardSize |
infoText | string |
noBorder | boolean |
publicImagePath | string |
Source
libs/design-system-components/src/components/DefaultEmptyCard/index.tsx:11