Input
Examples
Add an elements input facilitate with the component <vs-input>
vue
<!-- eslint-disable vue/attribute-hyphenation -->
<template>
<v-input modelValue="video" type="text" />
</template>
Label
vue
<!-- eslint-disable vue/attribute-hyphenation -->
<template>
<v-input label="Password" modelValue="password" type="text" />
</template>