UNPKG

@inkline/inkline

Version:

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

17 lines (15 loc) 497 B
<i-form v-model="form"> <i-form-group> <i-form-label>Username</i-form-label> <i-input name="username" placeholder="Enter a username.." /> <i-form-error for="username" /> </i-form-group> <i-form-group> <i-form-label>Password</i-form-label> <i-input name="password" type="password" placeholder="Enter a password.." /> <i-form-error for="password" /> </i-form-group> </i-form> <pre class="_margin-top:2 _text:muted"> {{ form }} </pre>