1.0.0 • Published 2 years ago

andresk-devt-vue-components v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

PropertyTypeDefaultDescription
idString'input-content'This field will be the id and for of the label, in order to handle the focus of the input. (is required)
typeStringtextThis field is the type of input (is required)
requiredBooleanfalseThis field is to identify that the input is required.
disabledBooleanfalseThis field is to identify that the input is disabled.
labelStringThis field is the input label (is required)