mirror of
https://github.com/uxsolutions/bootstrap-datepicker.git
synced 2026-01-18 15:53:54 +00:00
Add a snippets section in README file with as first snippet the classic booking demo with two date picker
1.9 KiB
1.9 KiB
bootstrap-datepicker
Versions are incremented according to semver.
CDN
You can use the CloudFlare powered cdnjs.com on your website.
bootstrap-datepicker on cdnjs
Please note: It might take a few hours until a new version is available on cdnjs.
Links
- Online Demo
- Online Docs (ReadTheDocs.com)
- Google Group
- Travis CI
Snippets
Development
Once you cloned the repo, you'll need to install grunt and the development dependencies using a package manager:
- yarn (recommended):
$ [sudo] yarn global add grunt-cli
$ yarn install
- npm:
$ [sudo] npm install --global grunt-cli
$ npm install