StartCard
Components
StartCard()
StartCard(
props
,context
?):ReactNode
Component used as a header in the my antenna page
Parameters
Parameter | Type |
---|---|
props | StartCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/StartCard/index.tsx:33
Props
StartCardProps
StartCardProps:
object
Type declaration
Member | Type |
---|---|
CTALabel | string |
description | string |
heading | string |
hideMainAreaOnMobile | boolean |
icon | JSX.Element |
image | string |
noBorderRadius | boolean |
onClickCTA | () => void |
secondaryDescription | string |
showMainArea | boolean |
showSecondaryArea | boolean |
subtitle | string |
title | string |
Source
libs/design-system-components/src/components/StartCard/index.tsx:8