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
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-inputUsage
See the code of the demo mentioned above. The polyfilling part is visible here.