Skip to main content

StartCard

Components

StartCard()

StartCard(props, context?): ReactNode

Component used as a header in the my antenna page

Parameters

ParameterType
propsStartCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/StartCard/index.tsx:33

Props

StartCardProps

StartCardProps: object

Type declaration

MemberType
CTALabelstring
descriptionstring
headingstring
hideMainAreaOnMobileboolean
iconJSX.Element
imagestring
noBorderRadiusboolean
onClickCTA() => void
secondaryDescriptionstring
showMainAreaboolean
showSecondaryAreaboolean
subtitlestring
titlestring

Source

libs/design-system-components/src/components/StartCard/index.tsx:8