This proof of concept contains a complete working version of a calendar built with custom elements (webcomponents).
- Calendar starts at current month and shows today with some basic styling
- 2 years are being rendered
- Multiple day selection and deselection
- Block and unblock days
This project only requires Lit-element in order to run. Check if your browser supports custom elements via caniuse.com.
Install the dependencies and devDependencies and start the server.
cd calendar-poc
yarn
yarn run start
You can check out a live demo of this project here: https://calendar-poc.netlify.app