Skip to main content

ConnectErrorCard

Components

ConnectErrorCard()

ConnectErrorCard(props, context?): ReactNode

Component used to display an error message in the auth app

Parameters

ParameterType
propsConnectErrorCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/ConnectErrorCard/index.tsx:21

Props

ConnectErrorCardProps

ConnectErrorCardProps: object

Type declaration

MemberType
actionobject
action.labelstring
action.onClick() => void
messagestring
titlestring

Source

libs/design-system-components/src/components/ConnectErrorCard/index.tsx:10