UNPKG

@inkline/inkline

Version:

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

10 lines (5 loc) 367 B
<i-input v-model="value" type="text" placeholder="Enter some text.." /> <i-input v-model="value" type="password" placeholder="Enter a password.." /> <i-input v-model="value" type="date" placeholder="Enter a date.." /> <i-input v-model="value" type="email" placeholder="Enter an email.." /> <i-input v-model="value" type="number" placeholder="Enter a number.." />