New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-calendario

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-calendario

Full calendar component for ember-cli apps

  • 0.2.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Ember-cli-calendario

Build Status

A fullCalendar addon for ember-cli DEMO

install addon:

  • ember install ember-cli-calendario

=====================

add to index.html:

  • <script src="http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.6.0/moment.js"></script>

To show calendar use:

<div id="calendar">
	{{show-calendario}}
</div>

==================== fullCalendar Options available in addon:

  • header
  • defaultDate
  • theme
  • buttonIcons
  • themeButtomIcons
  • firstDay
  • isRTL
  • weekends
  • hiddenDays
  • fixedWeekCount
  • weekNumbers
  • weekNumberCalculation
  • businessHours
  • height
  • contentHeight
  • aspectRatio
  • handleWindowResize
  • eventLimit
  • eventLimitClick

[Options details] (http://fullcalendar.io/docs/display/)

This addon will use Full Calendar's default css by default. If you prefer to use your own css, add this option to your Brocfile.js:

var app = new EmberApp({
	
	emberCliFullCalendarJs: {
		includeFullCalendarCss: false
	}

});

Keywords

FAQs

Package last updated on 13 Oct 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc