https://github.com/instance-oom/angular2-semantic-ui
Angular2 Directives for Semantic UI
https://github.com/instance-oom/angular2-semantic-ui
angular2 components semantic-ui
Last synced: 9 months ago
JSON representation
Angular2 Directives for Semantic UI
- Host: GitHub
- URL: https://github.com/instance-oom/angular2-semantic-ui
- Owner: instance-oom
- License: mit
- Created: 2016-05-13T13:04:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T09:31:53.000Z (about 8 years ago)
- Last Synced: 2025-03-10T21:47:09.910Z (9 months ago)
- Topics: angular2, components, semantic-ui
- Language: TypeScript
- Homepage: http://lon-yang.github.io/angular2-semantic-ui-demo
- Size: 174 KB
- Stars: 39
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# !! Improtant !!
## `Angular 5` Please Use [angularx-semantic-ui](https://github.com/lon-yang/angularx-semantic-ui)
# angular2-semantic-ui
[](https://david-dm.org/lon-yang/angular2-semantic-ui?type=peer)
[](https://badge.fury.io/js/angular2-semantic-ui)
[](https://www.npmjs.com/package/angular2-semantic-ui)
[](https://opensource.org/licenses/MIT)
[](https://github.com/lon-yang/angular2-semantic-ui)
Angular2 Components for Semantic UI
`No jQuery Dependency`
# Install
```
npm install angular2-semantic-ui --save
import { L_SEMANTIC_UI_MODULE } from 'angular2-semantic-ui';
```
# Demo
[Online](https://lon-yang.github.io/angular2-semantic-ui-demo) - [Source Code](https://github.com/lon-yang/angular2-semantic-ui-demo)
```cmd
git clone https://github.com/lon-yang/angular2-semantic-ui-demo.git
cd angular2-semantic-ui-demo
npm install
npm start
```
# Current Included Components
- CheckBox
- Dimmer
- Dropdown
- Loader
- Progress
- Rating
- Modal
- Tab
- Accordion
- Popup
- Pagination
- Tags-Input
# Using with Systemjs
Please see [systemjs.config.js](https://github.com/lon-yang/angular2-semantic-ui/blob/master/systemjs.config.js)
# Change Log
- 2016-06-02 Add Pagination Component
- 2016-06-03 Fix bug
- 2016-06-10 Dropdown support multiple
- 2016-06-11 Fix tabset component's bug
- 2016-06-12 Improve tabset and add onChange event for checkbox, fix some bug
- 2016-07-24 Upgrade angular2 to `rc4` and remove unused dependencies
- 2016-08-30 Add component of `lsu-tagsInput`
- 2016-09-18 Upgrade angular2 to `final`, Optimization code
- 2016-10-19 Upgrade angular2 to `2.1.0`, Optimization code and add animation
- 2016-11-13 Support NgModule, fix #5
- 2017-03-28 Support Angular 4.0.0 (version 2.0.0 will need angular 4.0.0 and later)
- 2017-05-24 Support `AOT`
- 2017-07-21 Add `change` event for dropdown, Release `2.0.6`
# Contributors
[](https://github.com/Silent93)
[](https://github.com/tonyhensler)
**Thanks!**