Skip to main content

Web3ConnectCard

Components

Web3ConnectCard()

Web3ConnectCard(props, context?): ReactNode

Component used in the auth app to initiate the wallet connection redirects the user to the next step of authenticating

Parameters

ParameterType
propsTWeb3ConnectCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/Web3ConnectCard/index.tsx:27

Props

TWeb3ConnectCardProps

TWeb3ConnectCardProps: object

Type declaration

MemberType
boxBgColorColor
boxSizeAppIconProps["backgroundSize"]
handleClick() => void
iconColorIconProps["color"]
iconSizeAppIconProps["size"]
leftIconTypeAppIconProps["placeholderIcon"]
subtitleLabelstring
titleLabelstring

Source

libs/design-system-components/src/components/Web3ConnectCard/index.tsx:9