@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
39 lines (36 loc) • 900 B
HTML
<i-popover size="sm">
<i-button>Small Popover</i-button>
<template #header>
Popover Header
</template>
<template #body>
This is the popover body. Useful information goes here.
</template>
<template #footer>
Popover Footer
</template>
</i-popover>
<i-popover size="md">
<i-button>Medium Popover</i-button>
<template #header>
Popover Header
</template>
<template #body>
This is the popover body. Useful information goes here.
</template>
<template #footer>
Popover Footer
</template>
</i-popover>
<i-popover size="lg">
<i-button>Large Popover</i-button>
<template #header>
Popover Header
</template>
<template #body>
This is the popover body. Useful information goes here.
</template>
<template #footer>
Popover Footer
</template>
</i-popover>