Skip to content

Commit

Permalink
Update README.md for autocomplete widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Nov 2, 2014
1 parent cace400 commit d5fdf75
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,32 @@ http://github.com/gaurav0/ember-cli-jquery-ui-example

## Included Components

At the moment, ember-cli-jquery-ui includes five example components:
At the moment, ember-cli-jquery-ui includes six example components:

1. `jqui-button`, which can be used in your application like this:
1. `jqui-autocomplete`, which can be used in your application like this:

`{{jqui-autocomplete value=text source=languages}} {{text}}`

2. `jqui-button`, which can be used in your application like this:

`{{#jqui-button icon="ui-icon-gear" action="buttonClicked" disabled=disabledProperty}}Button Text{{/jqui-button}}`

2. `jqui-datepicker`, which can be used in your application like this:
3. `jqui-datepicker`, which can be used in your application like this:

`{{jqui-datepicker value=myDate yearRange="2013:2015"}} {{myDate}}`

3. `jqui-progress-bar`, which can be used in your application like this:
4. `jqui-progress-bar`, which can be used in your application like this:

`{{jqui-progress-bar value=37 max=100}}`

4. `jqui-spinner`, which can be used in your application like this:

`{{jqui-spinner value=num min=100 max=2000 step=100}} {{num}}`

5. `jqui-slider`, which can be used in your application like this:

`{{jqui-slider value=num min=0 max=100 step=10 slide="slideAction"}} {{num}}`

6. `jqui-spinner`, which can be used in your application like this:

`{{jqui-spinner value=num min=100 max=2000 step=100}} {{num}}`

I would appreciate contributions of additional components wrapping jquery-ui widgets.

## Running
Expand Down

0 comments on commit d5fdf75

Please sign in to comment.