Socket
Socket
Sign inDemoInstall

ember-power-calendar

Package Overview
Dependencies
6
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-power-calendar

Powerful and customizable calendar component for Ember


Version published
Weekly downloads
51K
decreased by-13.8%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 06 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc