README
Menu is part of the collection of components, visual styles, and build tools that power the Bolt Design System.
Install via NPM
npm install @bolt/components-menu
A vertical list of menu items. This component is usually used inside a popover container to provide additional actions.
<script type="module">
import boltComponentsMenu from 'https://cdn.skypack.dev/@bolt/components-menu';
</script>
Menu is part of the collection of components, visual styles, and build tools that power the Bolt Design System.
npm install @bolt/components-menu