Package Exports
- @smui/menu-surface
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@smui/menu-surface) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Svelte Material UI - Menu Surface
Menu surfaces are an area where a list of actions or choices can be supplied to the user.
See MDC Menu Surface for more information on API and Sass mixins.
See the Sass variable file for styling variables.
Installation
You won't generally need to install this package. The Menu package is usually a better choice.
npm install --save-dev @smui/menu-surfaceBasic Usage
todo...
Demo
in action: https://sveltematerialui.com/#/demo/menu-surface
demo code: https://github.com/hperrin/svelte-material-ui/blob/master/site/demos/MenuSurface.svelte
Exports
todo...