Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 822 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 822 Bytes

Calendar POC webcomponents

This proof of concept contains a complete working version of a calendar built with custom elements (webcomponents).

Features

  • 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

Installation

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

Live demo

You can check out a live demo of this project here: https://calendar-poc.netlify.app