Cookie consent

A GDPR cookie banner.

Custom message

API reference

Inputs

PropTypeDefaultDescription
messagestring'We use cookies to enhance your experience.'Consent message shown to the user.
demobooleanfalseWhen true, always shows the banner and skips reading/writing localStorage.
storageKeystring'bui-cookie-consent'localStorage key under which the accept/decline choice is persisted.
ariaLabelstringOverrides the localized accessible label for the consent region.

Outputs

EventPayloadDescription
decidedbooleanEmitted with `true` when the user accepts and `false` when they decline.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.