@smui/menu
Version:
Svelte Material UI - Menu
20 lines (11 loc) • 512 B
Markdown
# Svelte Material UI - Menu
Menus are lists of actions available to a user on a temporary surface.
# Installation
```sh
npm install --save-dev @smui/menu
```
# Examples and Usage Information
https://sveltematerialui.com/demo/menu
# More Information
See [Menus](https://material.io/components/menus) in the Material design spec.
See [Menu](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-menu) in MDC-Web for information about the upstream library's architecture.