Skip to content

Instantly share code, notes, and snippets.

@xbojch
Created August 15, 2020 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xbojch/b9864b477c5f245844f46295eee7f2fb to your computer and use it in GitHub Desktop.
Save xbojch/b9864b477c5f245844f46295eee7f2fb to your computer and use it in GitHub Desktop.
Cookie consent component
import CookieConsent from 'react-cookie-consent';
<CookieConsent
location="bottom"
buttonText="Accept"
declineButtonText="Decline"
cookieName="gatsby-gdpr-google-analytics"
>
This site uses cookies ...
</CookieConsent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment