File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Dimmer Usage
2
2
3
3
``` typesctript
4
- import { CHECKBOX_DIRECTIVES } from 'angular2-semantic-ui/components '
4
+ import { CHECKBOX_DIRECTIVES } from 'angular2-semantic-ui/angular2-semantic-ui '
5
5
```
6
6
``` html
7
7
<lsu-checkbox [(ngModel)] =" isChecked" [disabled] =" 'false'" [readonly] =" 'true'" [label] =" 'CheckBox'" [type] =" 'slider'" ></lsu-checkbox >
Original file line number Diff line number Diff line change 1
1
# Dimmer Usage
2
2
3
3
``` typesctript
4
- import { DIMMER_DIRECTIVES } from 'angular2-semantic-ui/components '
4
+ import { DIMMER_DIRECTIVES } from 'angular2-semantic-ui/angular2-semantic-ui '
5
5
```
6
6
``` html
7
7
<div style =" width :100% ; height : 200px " >
Original file line number Diff line number Diff line change 1
1
# Dropdown Usage
2
2
3
3
``` typesctript
4
- import { DROPDOWN_DIRECTIVES } from 'angular2-semantic-ui/components '
4
+ import { DROPDOWN_DIRECTIVES } from 'angular2-semantic-ui/angular2-semantic-ui '
5
5
```
6
6
``` html
7
7
<lsu-dropdown [(ngModel)] =" selectedItem" [data] =" data" ></lsu-dropdown >
Original file line number Diff line number Diff line change 1
1
# Loader Usage
2
2
3
3
``` typesctript
4
- import { LOADER_DIRECTIVES } from 'angular2-semantic-ui/components '
4
+ import { LOADER_DIRECTIVES } from 'angular2-semantic-ui/compangular2-semantic-uionents '
5
5
```
6
6
``` html
7
7
<div (click) =" toggleLoader()" >
Original file line number Diff line number Diff line change 1
1
# Modal Usage
2
2
3
3
``` typesctript
4
- import { MODAL_DIRECTIVES } from 'angular2-semantic-ui/components '
4
+ import { MODAL_DIRECTIVES } from 'angular2-semantic-ui/angular2-semantic-ui '
5
5
```
6
6
``` html
7
7
<lsu-modal [showModal] =" showModal" [options] =" modalOptions" >
Original file line number Diff line number Diff line change 1
1
# Progress Usage
2
2
3
3
``` typesctript
4
- import { PROGRESS_DIRECTIVES } from 'angular2-semantic-ui/components '
4
+ import { PROGRESS_DIRECTIVES } from 'angular2-semantic-ui/angular2-semantic-ui '
5
5
```
6
6
``` html
7
7
<lsu-progress [label] =" 'Uploading file'" [percent] =" percent" [text] =" ''" [color] =" 'teal'" [size] =" 'standard'" ></lsu-progress >
Original file line number Diff line number Diff line change 1
1
# Rating Usage
2
2
3
3
``` typesctript
4
- import { RATING_DIRECTIVES } from 'angular2-semantic-ui/components '
4
+ import { RATING_DIRECTIVES } from 'angular2-semantic-ui/angular2-semantic-ui '
5
5
```
6
6
``` html
7
7
<lsu-rating [(ngModel)] =" rating" [maxRating] =" '10'" [type] =" 'heart'" [size] =" 'huge'" ></lsu-rating >
You can’t perform that action at this time.
0 commit comments