UNPKG

@inkline/inkline

Version:

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

8 lines (7 loc) 318 B
<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="{ name: 'docs-components-dropdown' }" onclick="return false;">Router Link</i-dropdown-item> </template> </i-dropdown>