VibesIntroCard
Components
VibesIntroCard()
VibesIntroCard(
props
,context
?):ReactNode
Component used in the vibes app as a header with links to relevant pages
Parameters
Parameter | Type |
---|---|
props | VibesIntroCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/VibesIntroCard/index.tsx:23
Props
OverviewCTA
OverviewCTA:
object
Type declaration
Member | Type |
---|---|
handler | () => void |
label | string |
url | string |
Source
libs/design-system-components/src/components/VibesIntroCard/index.tsx:8
VibesIntroCardProps
VibesIntroCardProps:
object
Type declaration
Member | Type |
---|---|
overviewCTAArr | OverviewCTA [] |
subtitleLabel | string |
titleLabel | string |
Source
libs/design-system-components/src/components/VibesIntroCard/index.tsx:14