@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
15 lines (13 loc) • 417 B
HTML
<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-group>
<i-form-group>
<i-form-label>Password</i-form-label>
<i-input name="password" type="password" placeholder="Enter a password.." />
</i-form-group>
</i-form>
<pre class="_margin-top:2 _text:muted">
{{ form }}
</pre>