SwitchCard
Components
SwitchCard()
SwitchCard(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | SwitchCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/SwitchCard/index.tsx:27
Props
SwitchCardProps
SwitchCardProps:
object
Type declaration
Member | Type |
---|---|
activeButton | string |
buttonValues | object [] |
isLoggedIn | boolean |
onTabClick | (value ) => () => void |
Source
libs/design-system-components/src/components/SwitchCard/index.tsx:6
Interfaces
IStickyBoxProps
Properties
Property | Modifier | Type |
---|---|---|
children? | public | ReactNode |
userSignedIn? | readonly | boolean |