cookie-consent-custom-element
v1.0.1
Published
## Install
Readme
How to use
Install
npm i cookie-consent-custom-element
# or
yarn add cookie-consent-custom-elementUsage
<html>
<head>
<script src="node_modules/cookie-consent-custom-element" defer></script>
</head>
<body>
<my-app contents="This is the cookie consent" learnmorelink="https://example.com" dismisstext="Close">
</body>
</html>