Skip to main content

CookieCard

Components

CookieCard()

CookieCard(props, context?): ReactNode

Component used to display the platform cookie policy info, used in the cookie widget

Parameters

ParameterType
propsCookieCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/CookieCard/index.tsx:39

Props

CookieCardProps

CookieCardProps: object

Type declaration

MemberType
acceptAllLabelstring
onClickAcceptAll() => void
onClickOnlyEssential() => void
onlyEssentialLabelstring
paragraphOneLabelstring
paragraphThreeobject
paragraphThree.ctaLabelstring
paragraphThree.introLabelstring
paragraphThree.onPrivacyClick() => void
paragraphTwoobject
paragraphTwo.analyticsLabelstring
paragraphTwo.analyticsURLstring
paragraphTwo.introLabelstring
paragraphTwo.lastParagraphLabelstring
paragraphTwo.middleParagraphLabeLstring
paragraphTwo.onSettingsClick() => void
paragraphTwo.settingsLabelstring
titleLabelstring

Source

libs/design-system-components/src/components/CookieCard/index.tsx:9