Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://semantic-org.github.io/Semantic-UI-Ember/

Official Semantic UI Integration for Ember
https://semantic-org.github.io/Semantic-UI-Ember/

Last synced: about 1 month ago
JSON representation

Official Semantic UI Integration for Ember

Awesome Lists containing this project

README

        

![Semantic](https://www.semantic-ui.com/images/logo.png)

# Semantic-UI-Ember

[![Build Status](https://travis-ci.org/Semantic-Org/Semantic-UI-Ember.svg)](https://travis-ci.org/Semantic-Org/Semantic-UI-Ember)
[![npm version](https://badge.fury.io/js/semantic-ui-ember.svg)](http://badge.fury.io/js/semantic-ui-ember)
[![Code Climate](https://codeclimate.com/github/Semantic-Org/Semantic-UI-Ember/badges/gpa.svg)](https://codeclimate.com/github/Semantic-Org/Semantic-UI-Ember)
[![Codecov](https://img.shields.io/codecov/c/github/Semantic-Org/Semantic-UI-Ember.svg)](https://codecov.io/gh/Semantic-Org/Semantic-UI-Ember)
[![Dependency Status](https://david-dm.org/Semantic-Org/Semantic-UI-Ember.svg)](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

![](https://img.shields.io/badge/nodejs-6-brightgreen.svg)
![](https://img.shields.io/badge/nodejs-8-brightgreen.svg)
![](https://img.shields.io/badge/ember-2.16-orange.svg)
![](https://img.shields.io/badge/ember-2.18-orange.svg)
![](https://img.shields.io/badge/ember-3.0-orange.svg)
![](https://img.shields.io/badge/ember-3.1--beta-orange.svg)
![](https://img.shields.io/badge/ember--fastboot-1.0-4969B2.svg)

#### 2.1
![](https://img.shields.io/badge/nodejs-6-brightgreen.svg)
![](https://img.shields.io/badge/ember-2.16-orange.svg)
![](https://img.shields.io/badge/ember-2.18-orange.svg)
![](https://img.shields.io/badge/ember--fastboot-1.0-4969B2.svg)

#### 2.0
![](https://img.shields.io/badge/nodejs-6-brightgreen.svg)
![](https://img.shields.io/badge/ember-1.13-orange.svg)
![](https://img.shields.io/badge/ember-2.4-orange.svg)
![](https://img.shields.io/badge/ember-2.8-orange.svg)

# 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 [email protected]
```

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 [email protected]
```

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)