Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantosobra/ember-semantic-ui-calendar
Semantic UI Calendar component for Ember
https://github.com/quantosobra/ember-semantic-ui-calendar
calendar datepicker ember javascript semantic-ui
Last synced: 4 days ago
JSON representation
Semantic UI Calendar component for Ember
- Host: GitHub
- URL: https://github.com/quantosobra/ember-semantic-ui-calendar
- Owner: quantosobra
- License: mit
- Created: 2017-01-26T10:14:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:26:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T04:49:00.668Z (14 days ago)
- Topics: calendar, datepicker, ember, javascript, semantic-ui
- Language: JavaScript
- Homepage: https://quantosobra.github.io/ember-semantic-ui-calendar/
- Size: 4.67 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-semantic-ui-calendar
[![Build Status](https://travis-ci.org/quantosobra/ember-semantic-ui-calendar.svg)](https://travis-ci.org/quantosobra/ember-semantic-ui-calendar)
[![npm version](https://badge.fury.io/js/ember-semantic-ui-calendar.svg)](http://badge.fury.io/js/ember-semantic-ui-calendar)
[![Ember Observer Score](http://emberobserver.com/badges/ember-semantic-ui-calendar.svg)](http://emberobserver.com/addons/ember-semantic-ui-calendar)
[![Code Climate](https://codeclimate.com/github/quantosobra/ember-semantic-ui-calendar/badges/gpa.svg)](https://codeclimate.com/github/quantosobra/ember-semantic-ui-calendar)
[![Dependency Status](https://david-dm.org/quantosobra/ember-semantic-ui-calendar.svg)](https://david-dm.org/quantosobra/ember-semantic-ui-calendar)## Features
This addon integrates [Semantic UI Calendar](https://github.com/mdehoog/Semantic-UI-Calendar) into Ember.
## Compatibility
* Ember.js v2.18 or above
* Ember CLI v2.13 or above## Installation
```
ember install ember-semantic-ui-calendar
```## Helpful Links
- ### [Live Demo](http://quantosobra.github.io/ember-semantic-ui-calendar)
- ### [Changelog](CHANGELOG.md)
## Looking for help?
If it is a bug [please open an issue on GitHub](https://github.com/quantosobra/ember-semantic-ui-calendar/issues).
## Usage
You can see usage examples in the [demo page](http://quantosobra.github.io/ember-semantic-ui-calendar).
## Development
To release and publish a new version, use the commands:
```
ember release (--major|--minor|--patch)
yarn publish
```## License
This project is developed at [QuantoSobra](https://www.quantosobra.com.br) and licensed under the MIT license.
See the [LICENSE.md](LICENSE.md) file for the full license text.QuantoSobra © 2017-2019