UNPKG

@inkline/inkline

Version:

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

14 lines (12 loc) 280 B
<i-button @click="visible = true"> Show Modal </i-button> <i-modal v-model="visible"> <template #header> Modal Header </template> This is the modal body. Useful information goes here. <template #footer> Modal Footer </template> </i-modal>