In your ember-cli project, install this addon from npm

ember install ember-semantic-ui

Copy the code

or install the latest version from github

npm install git+https://github.com/wecatch/ember-semantic-ui --save-dev

Copy the code

Use this addon in your ember application

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


Copy the code

Start ember app

ember server
Copy the code

Then you can use this addon components in your ember app

{{ui-input}}
Copy the code