ember-semantic-ui

Build Status Downloads Version

This Ember addon support many UI components based on semantic-ui, Anyone can use this addon in their Ember project.

Demo Docs

Components

Layout

Button

Menu

Input

Checkbox

Modal

Select

File

Popup

Message

Getting Started

Dummy app

git clone https://github.com/wecatch/ember-semantic-ui
npm install
bower install
ember server

Use this addon in your ember application

ember install ember-semantic-ui

1.Modify app/index.html and import semanti-ui js file and css file

<link rel="stylesheet" href="{{rootURL}}assets/semantic.min.css">
<script src="{{rootURL}}assets/semantic.min.js"></script>

2.Start ember app

ember server 

3.Then you can use this addon components in your ember app

<UiInput/>

Thanks

The ember-uploader project support this addon file-uploader. Thanks to their author

Release notes

1.0.0

0.2.3

0.2.2

0.2.1

0.2.0

0.1.2

upgrade ember-cli to 2.11, upgrade ember to latest 2.11

0.1.1

fix dummy app

0.1.0

0.0.8

0.0.7

Tip

0.0.7 is not backward compatible, be careful to update

0.0.5

2015-12-09

0.0.3

2015-10-21