Package Exports
- @detachhead/smui-banner
- @detachhead/smui-banner/package/index.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 (@detachhead/smui-banner) 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 - Banner
Banners display important, succinct messages. They can provide actions for the user to take. They requires user action to be dismissed.
Banners are persistent and non-modal, and they should be displayed at the top of the viewport, below a top app bar. Only one banner should be shown to the user at any time.
Installation
npm install --save-dev @smui/bannerExamples and Usage Information
https://sveltematerialui.com/demo/banner
More Information
See Banners in the Material design spec.
See Banner in MDC-Web for information about the upstream library's architecture.