UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

5 lines (4 loc) 192 B
<i-form-group :inline="!!$attrs.placement"> <i-form-label v-bind="$attrs">Input Label Default</i-form-label> <i-input v-model="value" placeholder="Type something.." /> </i-form-group>