CookieCard
Components
CookieCard()
CookieCard(
props
,context
?):ReactNode
Component used to display the platform cookie policy info, used in the cookie widget
Parameters
Parameter | Type |
---|---|
props | CookieCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/CookieCard/index.tsx:39
Props
CookieCardProps
CookieCardProps:
object
Type declaration
Member | Type |
---|---|
acceptAllLabel | string |
onClickAcceptAll | () => void |
onClickOnlyEssential | () => void |
onlyEssentialLabel | string |
paragraphOneLabel | string |
paragraphThree | object |
paragraphThree.ctaLabel | string |
paragraphThree.introLabel | string |
paragraphThree.onPrivacyClick | () => void |
paragraphTwo | object |
paragraphTwo.analyticsLabel | string |
paragraphTwo.analyticsURL | string |
paragraphTwo.introLabel | string |
paragraphTwo.lastParagraphLabel | string |
paragraphTwo.middleParagraphLabeL | string |
paragraphTwo.onSettingsClick | () => void |
paragraphTwo.settingsLabel | string |
titleLabel | string |
Source
libs/design-system-components/src/components/CookieCard/index.tsx:9