Giter Site home page Giter Site logo

vignesh-manogar-e3433 / ember-power-calendar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cibernox/ember-power-calendar

0.0 2.0 0.0 1.96 MB

Powerful and customizable calendar component for Ember

Home Page: http://www.ember-power-calendar.com

License: MIT License

JavaScript 56.85% HTML 30.82% CSS 12.31% Shell 0.02%

ember-power-calendar's Introduction

Ember Power Calendar Build Status

Customizable Calendar Component for Ember.

Disclaimer

Version 0.14 of this addon requires Ember 3.11 or greater. Versions below 0.14 would work with Ember 3.0+ (and perhaps 2.12+)

Installation

ember install ember-power-calendar

Internet Explorer 11 support requires babel polyfill:

// ember-cli-build.js

let app = new EmberAddon(defaults, {
  'ember-cli-babel': {
    includePolyfill: true
  }
});

Usage

There are many possible ways to use it, for giving you just a taste of the API:

<PowerCalendar @selected={{arrival}} @onSelect={{action (mut arrival) value="date"}} as |calendar|>
  <calendar.Nav/>
  <calendar.Days/>
</PowerCalendar>

Check the full documentation at www.ember-power-calendar.com

ember-power-calendar's People

Contributors

cibernox avatar saladfork avatar hybridmuse avatar alex-aralis avatar backspace avatar lukemelia avatar nwhittaker avatar sevab avatar wuarmin avatar samdemaeyer avatar dependabot[bot] avatar musaffa avatar alexabreu avatar machty avatar alonski avatar panthony avatar makepanic avatar danifrancisco avatar acorncom avatar david-duncan avatar heroiceric avatar gavinjoyce avatar duder-onomy avatar amilkey avatar jrowlingson avatar buschtoens avatar synaptiko avatar jonnygreen avatar josemarluedke avatar lorcan avatar

Watchers

 avatar Jack Hallyne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.