Skip to content

Commit

Permalink
📘 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Jan 29, 2019
1 parent 72e5b6b commit 43ba60b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ Vue.component('vue-input-ui', VueInputUi);
| id | String | false | VueInputUi | - |
| label | String | false | Enter Text | - |
| type | String | no | text | text or number |
| hint* | text | no | - | |
| size | String `sm or lg` | no | false | |
| color | String `HEX` | no | dogderblue | |
| hint* | String | no | - | |
| error** | Boolean | no | false | |
| disabled | Boolean | no | false | |
| dark | Boolean | no | false | |
| size | Boolean | no | false | |
| disabled | Boolean | no | false | |
| required | Boolean | no | false | |
| readonly | Boolean | no | false | |
| color | String `HEX` | no | dogderblue | |

## Contribution

Expand Down

0 comments on commit 43ba60b

Please sign in to comment.