UNPKG

@inkline/inkline

Version:

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

13 lines (10 loc) 346 B
<i-input v-model="value" placeholder="Type something.."> <template #prefix>@</template> </i-input> <i-input v-model="value" placeholder="Type something.."> <template #suffix>@</template> </i-input> <i-input v-model="value" placeholder="Type something.."> <template #prefix>@</template> <template #suffix>@</template> </i-input>