Skip to content

Commit 43ba60b

Browse files
committed
📘 Update README
1 parent 72e5b6b commit 43ba60b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ Vue.component('vue-input-ui', VueInputUi);
5555
| id | String | false | VueInputUi | - |
5656
| label | String | false | Enter Text | - |
5757
| type | String | no | text | text or number |
58-
| hint* | text | no | - | |
58+
| size | String `sm or lg` | no | false | |
59+
| color | String `HEX` | no | dogderblue | |
60+
| hint* | String | no | - | |
5961
| error** | Boolean | no | false | |
60-
| disabled | Boolean | no | false | |
6162
| dark | Boolean | no | false | |
62-
| size | Boolean | no | false | |
63+
| disabled | Boolean | no | false | |
64+
| required | Boolean | no | false | |
6365
| readonly | Boolean | no | false | |
64-
| color | String `HEX` | no | dogderblue | |
6566

6667
## Contribution
6768

0 commit comments

Comments
 (0)