Installation
The recommended way to install pickadate.js is with a package manager like npm. But you don't need one to use the library.
Auto-install ๐
Pickadate.js is available as a package on npm. So it can be installed with Yarn or npm:
# With Yarn:
yarn add pickadate@next
# Or with npm:
npm install --save pickadate@next
Once installed, head over to see the usage guide.
Self-install ๐
Pickadate.js is also available in precompiled UMD bundles that define a global variable on the window
object based on how it's used.
You can find these bundles on unpkg in the builds
folder to use directly with a <script>
tag.