JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q45344F
  • License MIT

React.js component for entering a period of stay in a hotel: check-in + check-out date

Package Exports

  • react-period-of-stay-input

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 (react-period-of-stay-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status

About

React.js component for entering a period of stay in a hotel: check-in day and check-out day. See the demo. In case when a native <input type="date"> implementation is not available, it's "polyfilled" with a jQuery UI datepicker.

Installation

Made for Browserify.

npm install --save react-period-of-stay-input

Usage

See the code of the demo mentioned above. The polyfilling part is visible here.