An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ember-cli-bootstrap-datepicker-multiple-months

[![Build Status](https://travis-ci.org/jelhan/ember-cli-bootstrap-datepicker-multiple-months.svg?branch=master)](https://travis-ci.org/jelhan/ember-cli-bootstrap-datepicker-multiple-months)
[![Code Climate](https://codeclimate.com/github/jelhan/ember-cli-bootstrap-datepicker-multiple-months/badges/gpa.svg)](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/).