All Projects → wecatch → ember-semantic-ui

wecatch / ember-semantic-ui

Licence: MIT License
A variety of semantic-ui components for ember app

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ember-semantic-ui

ember-shadow-dom
Write templates for your components inside of a Shadow DOM root.
Stars: ✭ 26 (+30%)
Mutual labels:  emberjs
ember-boilerplate
👓 The stable base upon which we build our Ember.js projects at Mirego.
Stars: ✭ 33 (+65%)
Mutual labels:  emberjs
django-semanticui-forms
Effortlessly style all of your Django forms and form fields with Semantic UI wrappers.
Stars: ✭ 59 (+195%)
Mutual labels:  semantic-ui
hyperchannel
Kosmos Chat for the Web
Stars: ✭ 17 (-15%)
Mutual labels:  emberjs
ember-lux-starter-app
A quick Ember + Lux boilerplate with authentication.
Stars: ✭ 14 (-30%)
Mutual labels:  semantic-ui
pancake
Pancake 是基于 Golang Gin 和 React Semantic UI 构建的个人博客
Stars: ✭ 15 (-25%)
Mutual labels:  semantic-ui
sozlukus.com
sozlukus.com source code
Stars: ✭ 11 (-45%)
Mutual labels:  semantic-ui
ember-typings
Typescript type definitions for ember.js
Stars: ✭ 13 (-35%)
Mutual labels:  emberjs
forest-templates
Source for https://semantic-ui-forest.com/templates/
Stars: ✭ 58 (+190%)
Mutual labels:  semantic-ui
wikonnect
Wikonnect seeks to bridge the digital divide through the provision of digital literacy skills. Management support through Asha (www.asha.io).
Stars: ✭ 31 (+55%)
Mutual labels:  emberjs
pyladies-courseware
Homework/task submit and review web app · based on React and Python aiohttp
Stars: ✭ 14 (-30%)
Mutual labels:  semantic-ui
cli-guides
Step-by-step guides and tutorials for using the ember-cli to create apps and addons
Stars: ✭ 22 (+10%)
Mutual labels:  emberjs
amtgo
Intel AMT / vPro mass management tool
Stars: ✭ 25 (+25%)
Mutual labels:  emberjs
ember-pickr
Color Picker for EmberJS using pickr
Stars: ✭ 16 (-20%)
Mutual labels:  emberjs
Fable.SemanticUI
React.SeamanticUI to Fable bindings
Stars: ✭ 15 (-25%)
Mutual labels:  semantic-ui
aws-transcribe-demo
A simple AWS demo utilises Amazon Transcribe to convert audio to text and analyse.
Stars: ✭ 39 (+95%)
Mutual labels:  semantic-ui
twilio-taskrouter-realtime-dashboard
Twilio TaskRouter Realtime Dashboard using Sync
Stars: ✭ 51 (+155%)
Mutual labels:  semantic-ui
ember-template-rewrite
A utility for automatically refactoring Ember.js templates.
Stars: ✭ 16 (-20%)
Mutual labels:  emberjs
ember-changeset-conditional-validations
Conditional validations for ember-changeset-validations
Stars: ✭ 26 (+30%)
Mutual labels:  emberjs
real-time-todo
A real time todo list using websockets
Stars: ✭ 22 (+10%)
Mutual labels:  semantic-ui

Ember-semantic-ui

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

Form

Input

Checkbox

Modal

Select

Label

File

Popup

Message

Panel

Getting Started

Install

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

ember install ember-semantic-ui

or install the latest version from github

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

If your ember version has remove jquery, please do as below:

ember install @ember/jquery
ember install @ember/optional-features
ember feature:enable jquery-integration

Dummy app

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

Use this addon in your ember application

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

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

2.Start ember app

ember server 

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

{{ui-input}}

Thanks

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

Release notes

0.2.3

  • bump babel

0.2.2

  • remove bower, install npm package semantic-ui-css for semantic-ui

0.2.1

0.2.0

  • upgrade ember-cli to 3.1, support ember to latest 3.0
  • upgrade semantic-ui to 2.3.2

0.1.2

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

0.1.1

fix dummy app

0.1.0

  • add docs
  • file-input support multiple files upload
  • add menu component
  • add row, column, container component

0.0.8

  • added ui-pop-up, ui-date-input, ui-date-time-input
  • fix many bugs
  • rework some component according to component-best-practices

0.0.7

  • remove ui-remote-select, ui-link, ui-dropdown
  • added ui-label, ui-labeled-button, ui-animated-button, ui-dropdown-menu, ui-left-labeled-button, ui-pointing-label
  • redesign ui-select, ui-multi-select, ui-checkbox-group, ui-radio-group
  • ui-alter renamed to ui-message

Tip

0.0.7 is not backward compatible, be careful to update

0.0.5

2015-12-09

  • ui-uploader,ui-checkbox,file-object fix some bugs

0.0.3

2015-10-21

  • add file uploader component
  • ui-input, ui-select, ui-checkbox-group when value change, change ui render
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].