Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 857 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 857 Bytes

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/banner

Demo

See it in action.

See the demo code.

Basic Usage

todo...

Exports

todo...

More Information

See Banners in the Material design spec.

See Banner in MDC-Web for information about the upstream library's architecture.