Skip to content

ConsentNoticeDefault

function ConsentNoticeDefault(props): Element

Defined in: packages/banner-default/src/react/notice.tsx:39

Drop-in styled notice card for sites that have only notice-mode categories (typically UK DUAA-exempt analytics like Plausible or GoatCounter). Bottom-right toast.

Parameters

ParameterType
propsConsentNoticeDefaultProps

Returns

Element

Example

import config from './consent.config'
<ConsentNoticeDefault policyUrl={config.policy?.url} />