@palmabit/react-cookie-law-static-loader

Static loader for react cookie banner GDPR compliance

Usage no npm install needed!

<script type="module">
  import palmabitReactCookieLawStaticLoader from 'https://cdn.skypack.dev/@palmabit/react-cookie-law-static-loader';
</script>

README

React Cookie Law static loader

Example


<body>
  <div id="_rcl-banner"></div>

  <script crossorigin src="https://unpkg.com/@palmabit/react-cookie-law-static-loader@0.7.0/index.js"></script>

  <script>
    renderCookieBanner({
      elementId: '_rcl-banner', // default "_rcl-banner"
      props: {
        message: 'Lorem ipsum',
        // other @palmabit/react-cookie-law params
      }
    })
  </script>

  <script type="text/plain" class="_rcl">
      console.log('Custom script...');
  </script>

  <script type="text/plain" class="_rcl_preferences">
      console.log('Custom preferences script');
  </script>

  <script type="text/plain" class="_rcl_statistics">
      console.log('Custom statistics script');
  </script>

  <script type="text/plain" class="_rcl_marketing">
      console.log('Custom marketing script');
  </script>
</body>

Author

Palmabit

Licence

See the MIT License