Skip to content

peterknijff/calendar-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published