CookieConsent
INTERACTIVECookie consent banner with granular category preferences.
[EXAMPLES]
Basic
[PROPS]
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| onAcceptAll | (prefs: CookiePreferences) => void | — | Accept all callback |
| onAcceptSelected | (prefs: CookiePreferences) => void | — | Accept selected callback |
| onRejectAll | (prefs: CookiePreferences) => void | — | Reject all callback |
| cookieKey | string | "cookie-consent" | localStorage key |
[ACCESSIBILITY]
KEYBOARD SHORTCUTS
| KEY | ACTION |
|---|---|
| Tab + Enter | Navigate and activate buttons |
ARIA
- >Banner with role="dialog"
- >Toggle switches for each category