ConsentNoticeDefault
function ConsentNoticeDefault(props): ElementDefined 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
| Parameter | Type |
|---|---|
props | ConsentNoticeDefaultProps |
Returns
Element
Example
import config from './consent.config'<ConsentNoticeDefault policyUrl={config.policy?.url} />