@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.
10 lines (9 loc) • 341 B
HTML
<i-dropdown>
<i-button>Dropdown</i-button>
<template #body>
<i-dropdown-item href="https://inkline.io" onclick="return false;">Link</i-dropdown-item>
<i-dropdown-item :to="{ path: '/docs/components/dropdown' }" onclick="return false;"
>Router Link</i-dropdown-item
>
</template>
</i-dropdown>