Skip to content

rInput

Input component which utilizes useField from VeeValidate.

Props

NameTypeDefaultRequiredDescription
namestringName for input
idstringId for input
labelstringLabel for input
typestringtextType of input
placeholderstringPlaceholder of input
disabledbooleanfalseWether the input is disabled

Code snippets

vue
<RInput id="signInEmail" name="email" label="E-mail" type="email" />

For whole code example with rForm see rForm.

Made with ♥️ by Riešenia