https://github.com/jelhan/ember-cli-bootstrap-datepicker-multiple-months
ember component to show a datepicker (bootstrap-datepicker) with multiple months
https://github.com/jelhan/ember-cli-bootstrap-datepicker-multiple-months
Last synced: 2 months ago
JSON representation
ember component to show a datepicker (bootstrap-datepicker) with multiple months
- Host: GitHub
- URL: https://github.com/jelhan/ember-cli-bootstrap-datepicker-multiple-months
- Owner: jelhan
- License: mit
- Created: 2016-08-15T21:43:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T22:30:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T03:49:55.184Z (7 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-bootstrap-datepicker-multiple-months
[](https://travis-ci.org/jelhan/ember-cli-bootstrap-datepicker-multiple-months)
[](https://codeclimate.com/github/jelhan/ember-cli-bootstrap-datepicker-multiple-months)Provides an {{bootstrap-datepicker-inline}} calendar as a datepicker showing
multiple month at once.```hbs
{{bootstrap-datepicker-inline-multiple-months
count=3
}}
```Supports all options of `{{boostrap-datepicker}}` but currently no events.
Have a look at [ember-cli-bootstrap-datepicker](https://github.com/soulim/ember-cli-bootstrap-datepicker)
for details.## Installation
* `ember install ember-cli-bootstrap-datepicker-multiple-months`
## Running
* `ember server`
* Visit your app at http://localhost:4200.## Running Tests
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).