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.

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