https://semantic-org.github.io/Semantic-UI-Ember/
Official Semantic UI Integration for Ember
https://semantic-org.github.io/Semantic-UI-Ember/
Last synced: 9 months ago
JSON representation
Official Semantic UI Integration for Ember
- Host: GitHub
- URL: https://semantic-org.github.io/Semantic-UI-Ember/
- Owner: Semantic-Org
- License: mit
- Created: 2014-12-04T17:32:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T13:59:58.000Z (about 3 years ago)
- Last Synced: 2024-05-02T00:11:18.913Z (over 1 year ago)
- Language: JavaScript
- Size: 2.09 MB
- Stars: 332
- Watchers: 27
- Forks: 112
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ui-component-library - Semantic UI Ember - Org/Semantic-UI-Ember.svg?label=&style=social)](https://github.com/Semantic-Org/Semantic-UI-Ember) - Semantic UI Ember is the official EmberJS integration for Semantic UI.It’s used by Netflix, Amazon and other major organizations. (EmberJS / Related community list)
README

# Semantic-UI-Ember
[](https://travis-ci.org/Semantic-Org/Semantic-UI-Ember)
[](http://badge.fury.io/js/semantic-ui-ember)
[](https://codeclimate.com/github/Semantic-Org/Semantic-UI-Ember)
[](https://codecov.io/gh/Semantic-Org/Semantic-UI-Ember)
[](https://david-dm.org/Semantic-Org/Semantic-UI-Ember)
This is the official Ember library for the Semantic-UI modules.
### Support
The NodeJS and EmberJS versions respective tags are _tested_ on. It might work with versions not listed as well
#### 3.0







#### 2.1




#### 2.0




# Installation
### v3
Install this through Ember CLI. We support Ember 2.12 LTS through 3.x
```
ember install semantic-ui-ember
```
### v2.1
Install this add-on through Ember CLI. We support Ember versions 2.x and above
_NOTE: This is a `bower`-less install_
```
ember install semantic-ui-ember@2.1
```
That's it.
### v2.0 and below only
Install this add-on through Ember CLI. We support Ember versions 1.13 latest - 2.X.
_NOTE: Ember 2.x only **without** fastboot is supported_
```
ember install semantic-ui-ember@2.0
```
Run the library's blueprint to pull in its Bower dependencies. This only needs to be done once.
```
ember generate semantic-ui-ember
```
## Documentation
### [Detailed documentation on using Semantic-UI-Ember](http://Semantic-Org.github.io/Semantic-UI-Ember).
### [Changelog](CHANGELOG.md)