Package Exports
- @smui/top-app-bar
- @smui/top-app-bar/bare.js
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/top-app-bar) 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 - Top App Bar
Top app bars are navigation and information areas that appear above content.
Installation
npm install --save-dev @smui/top-app-barBasic Usage
todo...
Demo
in action: https://sveltematerialui.com/demo/top-app-bar
demo code: https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/top-app-bar/
Exports
todo...
More Information
See App bars: top in the Material design spec.
See Top App Bar in MDC-Web for information about the upstream library's architecture.