@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
21 lines (18 loc) • 508 B
HTML
<i-input v-model="value" placeholder="Type something..">
<template #prepend>
<i-button>Button</i-button>
</template>
</i-input>
<i-input v-model="value" placeholder="Type something..">
<template #append>
<i-button>Button</i-button>
</template>
</i-input>
<i-input v-model="value" placeholder="Type something..">
<template #prepend>
<i-button>Button</i-button>
</template>
<template #append>
<i-button>Button</i-button>
</template>
</i-input>