Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 718 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 718 Bytes

Svelte Material UI - Snackbar

Snackbars are where software engineers go to load up on chips and guacamole. Just kidding. They're brief messages that appear at the bottom of the screen.

Installation

npm install --save-dev @smui/snackbar

Demo

See it in action.

See the demo code.

Basic Usage

todo...

Exports

todo...

More Information

See Snackbars in the Material design spec.

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