# semantic-ui-ember

> The Official Semantic UI Addon for Ember applications

Latest version **3.0.5** (published 2021-01-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install semantic-ui-ember
pnpm add semantic-ui-ember
yarn add semantic-ui-ember
bun add semantic-ui-ember
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.5 |
| Published | 2021-01-14 |
| First published | 2015-01-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 7 |
| Unpacked size | 46.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 325 |
| Maintainers | nathanpalmer, aaronbhansen, championswimmer, kushthedude, mattbeiswenger |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/semantic-ui-ember
- Repository: https://github.com/Semantic-Org/Semantic-UI-Ember
- Homepage: http://www.semantic-ui.com
- Issues: https://github.com/Semantic-Org/Semantic-UI-Ember/issues
- npm.io page: https://npm.io/package/semantic-ui-ember

## Dependencies (7)

- [@ember/jquery](https://npm.io/package/@ember/jquery.md) ^0.6.0
- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^7.4.0
- [semantic-ui-css](https://npm.io/package/semantic-ui-css.md) ^2.2.14
- [ember-cli-htmlbars](https://npm.io/package/ember-cli-htmlbars.md) ^2.0.3
- [ember-promise-utils](https://npm.io/package/ember-promise-utils.md) ^0.1.1
- [@ember/optional-features](https://npm.io/package/@ember/optional-features.md) ^1.3.0
- [ember-runtime-enumerable-includes-polyfill](https://npm.io/package/ember-runtime-enumerable-includes-polyfill.md) 2.0.0

## Recent versions

- 3.0.5 (latest) — 2021-01-14
- 3.0.0-beta4 (beta) — 2018-03-06
- 3.0.4 — 2019-12-09
- 3.0.3 — 2018-05-10
- 3.0.2 — 2018-05-09
- 3.0.1 — 2018-05-09
- 3.0.0 — 2018-03-15
- 3.0.0-beta3 — 2018-02-24
- 3.0.0-beta2 — 2018-02-20
- 3.0.0-beta1 — 2018-02-20
- 2.1.0 — 2018-02-20
- 2.0.2 — 2018-02-20
- 2.0.1 — 2017-01-07
- 2.0.0 — 2016-10-19
- 2.0.0-beta.3 — 2016-10-13
- … 15 more at https://npm.io/package/semantic-ui-ember/versions

## 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 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)

---
_Source: https://npm.io/package/semantic-ui-ember · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
