ConnectErrorCard
Components
ConnectErrorCard()
ConnectErrorCard(
props
,context
?):ReactNode
Component used to display an error message in the auth app
Parameters
Parameter | Type |
---|---|
props | ConnectErrorCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ConnectErrorCard/index.tsx:21
Props
ConnectErrorCardProps
ConnectErrorCardProps:
object
Type declaration
Member | Type |
---|---|
action | object |
action.label | string |
action.onClick | () => void |
message | string |
title | string |
Source
libs/design-system-components/src/components/ConnectErrorCard/index.tsx:10