Web Component to use js-cookie
Example of use:
<js-cookie-element
name="jsCookie"
value="it works"
current-value="{{value}}"
></js-cookie-element>See CHANGELOG file.
Please read CONTRIBUTING file to follow good practices.
You will need NodeJS.
- Close the repo:
git clone git@github.com:TherapyChat/js-cookie-elements.git - Install dependencies:
npm install - Code!
- Test:
npm test - Create a Pull Request
This project is available under the Apache License 2.0. See the LICENSE file for more info.