UNPKG

@inkline/inkline

Version:

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

8 lines (7 loc) 320 B
<i-form v-model="schema"> <i-form-group> <i-form-label for="input-with-custom-error-message">Input with custom error message</i-form-label> <i-input id="input-with-custom-error-message" name="input" placeholder="Type something.." /> <i-form-error for="input" /> </i-form-group> </i-form>