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
Parameter | Type |
---|---|
props | TWeb3ConnectCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/Web3ConnectCard/index.tsx:27
Props
TWeb3ConnectCardProps
TWeb3ConnectCardProps:
object
Type declaration
Member | Type |
---|---|
boxBgColor | Color |
boxSize | AppIconProps ["backgroundSize" ] |
handleClick | () => void |
iconColor | IconProps ["color" ] |
iconSize | AppIconProps ["size" ] |
leftIconType | AppIconProps ["placeholderIcon" ] |
subtitleLabel | string |
titleLabel | string |
Source
libs/design-system-components/src/components/Web3ConnectCard/index.tsx:9