Easy to embed Youtube Embeds
cookie-notice
adds a simple to use solution for cookie- or data-related notices
npm install --save customelement-cookie-notice
import "customelement-cookie-notice"
<script src="build/cookie-notice.js"></script>
<script src="build/cookie-notice.es5.js"></script>
When customelement-cookie-notice is loaded correctly, you can just use it like this:
<cookie-notice id="my-cookiebar">
We're using cookies.
<a href="#" data-accept>Yeah thats cool</a>
</cookie-notice>
id="my-cookie-bar"
- Cookie Notice needs an ID to hide the cookie notice when the user accepts it
This will need an update to find out what browsers are currently supporting all features
Feel free to send in Pull Requests. I'll take my time to look into them.