Skip to content

Commit

Permalink
* [doc] add link for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
luics committed Apr 13, 2016
1 parent 86a32a8 commit 4404cf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@ See [UI Gallery Example](./ui.we) for details.

### Reference:

0. `ui-button`
0. [**ui-button**](./ui-button.we)
* Attributes:
* `type`, ***default*** | primary | success | info | warning | danger | link
* `size`, ***large*** | middle | small
* `value`
* `disabled`, ***false*** | true
* Event:
* `click`
0. `ui-panel`
0. [**ui-panel**](./ui-panel.we)
* Attributes:
* `type`, ***default*** | primary | success | info | warning | danger
* `title`
* `subtitle`
* `border`, number
0. `ui-hn`
0. [**ui-hn**](./ui-hn.we)
* Attributes:
* `level`, ***1*** | 2 | 3
0. `ui-tip`
0. [**ui-tip**](./ui-tip.we)
* Attributes:
* `type`, ***success*** | info | warning | danger
* `value`, ***large*** | middle | small
* `value`
* `disabled`, ***false*** | true
0. `ui-list-item`
0. [**ui-list-item**](./ui-list-item.we)
* Event:
* `click`

0 comments on commit 4404cf5

Please sign in to comment.