JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1184
  • Score
    100M100P100Q132568F
  • License Apache-2.0

Polymer element providing a date range selection field with scrollable month calendar

Package Exports

  • @vaadin-component-factory/vcf-date-range-picker
  • @vaadin-component-factory/vcf-date-range-picker/vcf-date-range-picker.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vaadin-component-factory/vcf-date-range-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm version Published on Vaadin Directory Stars on vaadin.com/directory

<vcf-date-range-picker>

<vcf-date-range-picker> is a Web Component providing a date range selection field which includes a scrollable month calendar view.

<vcf-date-range-picker label="Enter date range" value="1990-01-28" end-value="1990-01-30">
</vcf-date-range-picker>

GIF for fc-menuitem

Running demo

  1. Fork the vcf-date-range-picker repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-date-range-picker directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2.0