Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 393 Bytes

File metadata and controls

9 lines (5 loc) · 393 Bytes

This is custom element for displaying notifications like 'SUCCESSFULLY SUBMITTED' / 'FAILED', 'CONNECTIION LOST' etc. The element can be customized using three attributes

1. bg = '<use hex code>' // for setting background color.

2. color = '<use hex code>' // for setting text color.

3. noselect // if you want the content for the banner not be selectable using mouse.