@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
8 lines (7 loc) • 342 B
HTML
<i-form v-model="schema">
<i-form-group>
<i-form-label for="input-with-custom-validation-event">Input validated on input</i-form-label>
<i-input id="input-with-custom-validation-event" name="input" placeholder="Type something.." />
<i-form-error for="input" :visible="['invalid']" />
</i-form-group>
</i-form>