https://github.com/locusenergy/eui-calendar
A composable calendar component for picking dates, based on the Ember v2.0 API. Inspired by EmberUI.com
https://github.com/locusenergy/eui-calendar
Last synced: about 1 year ago
JSON representation
A composable calendar component for picking dates, based on the Ember v2.0 API. Inspired by EmberUI.com
- Host: GitHub
- URL: https://github.com/locusenergy/eui-calendar
- Owner: LocusEnergy
- License: mit
- Created: 2015-12-16T01:03:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T20:14:07.000Z (about 10 years ago)
- Last Synced: 2025-03-19T03:19:56.260Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/LocusEnergy/eui-calendar)
# Eui-calendar
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).
Questions / TODO:
- remove 'eui' prefix from the internal components?
- add warning if moment isn't defined in each selector? (for example: `return momentDecade(this.get('decade'), 'YYYY')` in year-selector)