Menubar
The <velin-menubar> component implements a horizontal menubar with arrow-key navigation between role="menuitem" children. Added in 0.7.5.
Example
<velin-menubar aria-label="File">
<button type="button" role="menuitem">New</button>
</velin-menubar>
Import
Load the bundle once, then use the custom element in your markup:
<script type="module" src="../../dist/velinstyle-components.min.js"></script>
<velin-menubar>…</velin-menubar>