Skip to content

Cookie Guardian Pro - Plugin for managing cookie popups in websites. A free lightweight alternative to the most popular plugins.

License

Notifications You must be signed in to change notification settings

christophernathaniel/Cookie-Guardian-Pro

Repository files navigation

// Example Cookie Guardian Usage:
//
// import cookieGuardian from 'cookie-guardian';
//
// const cookieGuardian = new CookieGuardian({
//     desc: '',
//     unclassifiedText: '',
//     marketingText: '',
//     statisticsText: '',
//     preferencesText: '',
//     requiredText: '',
//     policyLink: '/privacy-policy',
//     acceptText: 'Accept',
//     declineText: 'Decline',
//     stopAllCookies: false,
//     preferences: () => {
//         console.log('Preferences Enabled');
//     },
//     statistics: () => {
//         console.log('Statistics Enabled');
//     },
//     marketing: () => {
//         console.log('Marketing Enabled');
//     },
//     unclassified: () => {
//         console.log('Unclassified Enabled');
//     }
// });

About

Cookie Guardian Pro - Plugin for managing cookie popups in websites. A free lightweight alternative to the most popular plugins.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published