UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

8 lines (7 loc) 363 B
<i-form v-model="schema"> <i-form-group> <i-form-label for="input-with-custom-error-visibility">Input validated on input</i-form-label> <i-input id="input-with-custom-error-visibility" name="input" placeholder="Type something.." :error="['invalid']" /> <i-form-error for="input" :visible="['invalid']" /> </i-form-group> </i-form>