1.0.1 • Published 3 years ago

ember-semantic-ui v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

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
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.1

  • fix FileInput bug
  • fix UiInputTags value change rerender

1.0.0

  • Upgrade ember-cli to 4.4, this version is not compatible, please take caution
  • Only support glimmer component

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

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v12 or above
1.0.1

3 years ago

1.0.0

3 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

11 years ago