ErrorCard
Components
ErrorCard()
ErrorCard(
props
,context
?):ReactNode
Internal component used by ErrorLoader. Use ErrorLoader instead.
Parameters
Parameter | Type |
---|---|
props | ErrorCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-core/src/components/ErrorCard/index.tsx:25
Props
ErrorCardProps
ErrorCardProps:
object
Type declaration
Member | Type |
---|---|
boxSize | string |
buttonLabel | string |
errorType | string |
hasButton | boolean |
imageBoxHasMargin | boolean |
onClick | () => void |
publicImgPath | string |
subtitleLabel | string |
textMarginBottom | boolean |
textMarginTop | boolean |
titleLabel | string |
Source
libs/design-system-core/src/components/ErrorCard/index.tsx:6