0.0.4 • Published 10 years ago
fasteragile-calendar-icon v0.0.4
fasteragile-calendar-icon
An Ember CLI addon that provides a component to display a calendar icon. Currently not terribly configurable but it's nice looking.
The icon was designed for a mobile application using ember-cli-ratchet, but it should also work with webapps.
Uses moment.js to format dates.
Usage
// In your .hbs template
{{calendar-icon date=todaysDate}}Produces output similar to this:
![]()
Installation
ember install fasteragile-calendar-iconOR
npm install fasteragile-calendar-iconRunning Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Built with <3 by FasterAgile.