1.0.0 • Published 4 years ago
andresk-devt-vue-components v1.0.0
Welcome to vue-inputs-components!
Hi! I'm Andres Camilo Gomez and this is my first package npm. I hope you can use them in your projects. :))
VueInputContainer
Documentation of input container
| Property | Type | Default | Description |
|---|---|---|---|
| id | String | 'input-content' | This field will be the id and for of the label, in order to handle the focus of the input. (is required) |
| type | String | text | This field is the type of input (is required) |
| required | Boolean | false | This field is to identify that the input is required. |
| disabled | Boolean | false | This field is to identify that the input is disabled. |
| label | String | This field is the input label (is required) |
1.0.0
4 years ago