Skip to content

nkwaerd/ember-cli-full-calendar

 
 

Repository files navigation

Ember CLI Full Calendar

Build Status Code Climate

This is a Ember wrapper for jQuery FullCalendar plugin.

Some of the common properties, methods have been hooked up. The rest will be added as required.

Installation

First, install the npm package:

npm install --save-dev ember-cli-full-calendar

Next, setup the component:

ember g full-calendar

Usage

Use the full-calendar component -

{{full-calendar events=events}}

The supported events formats are array, JSON, and function.

Supported Options

Contributors

License

Available under the MIT License.

About

An Ember wrapper for jQuery FullCalendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 18.3%