@yeger/waecm-cookie-consent-component
v1.0.5
Published
A cookie consent Web Component created for the course WAECM of the TU Wien during the summer term of 2022.
Downloads
2
Readme
@yeger/waecm-cookie-consent-component
This Web Component was created as part of the course WAECM of the TU Wien during the summer term of 2022. It is very simplified and should not be used in actual applications.
Installation
yarn add @yeger/waecm-cookie-consent-component
Usage
import '@yeger/waecm-cookie-consent-component'
<cookie-consent
application-name="Application Name"
policy-link="https://example.org"
on-accept="cookies-accepted-event"
></cookie-consent>