custom-reactdatepicker

a small customised react date picker library

Usage no npm install needed!

<script type="module">
  import customReactdatepicker from 'https://cdn.skypack.dev/custom-reactdatepicker';
</script>

README

react-datepicker

A small Node.js package that is used to pick a date

Usage

First, install the package using npm:

npm install react-datepicker

Then, require the package and use it like so:

const Datepicker = require('react-datepicker);

<Datepicker/>

License

MIT License