We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e5b6b commit 43ba60bCopy full SHA for 43ba60b
README.md
@@ -55,13 +55,14 @@ Vue.component('vue-input-ui', VueInputUi);
55
| id | String | false | VueInputUi | - |
56
| label | String | false | Enter Text | - |
57
| type | String | no | text | text or number |
58
-| hint* | text | no | - | |
+| size | String `sm or lg` | no | false | |
59
+| color | String `HEX` | no | dogderblue | |
60
+| hint* | String | no | - | |
61
| error** | Boolean | no | false | |
-| disabled | Boolean | no | false | |
62
| dark | Boolean | no | false | |
-| size | Boolean | no | false | |
63
+| disabled | Boolean | no | false | |
64
+| required | Boolean | no | false | |
65
| readonly | Boolean | no | false | |
-| color | String `HEX` | no | dogderblue | |
66
67
## Contribution
68
0 commit comments