/datePicker

LWC OSS date picker component

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Lightning Web Component OSS Date picker

Date picker demo

Pure Javascript Lighting Web Component date picker component. Using LWC OSS. The component is at src/modules/my/datePicker

How to start?

Start simple by running yarn watch (or npm run watch, if you set up the project with npm). This will start the project with a local development server.

The source files are located in the src folder. All web components are within the src/modules folder. The folder hierarchy also represents the naming structure of the web components.

Find more information on the main repo on GitHub.