Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 492 Bytes

File metadata and controls

10 lines (6 loc) · 492 Bytes

This is custom element for displaying notifications like a toast notification in ANDROID. 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.

4. timeout = '<milliseconds>'// if you want to use custom timeout for the toast. use timeout='0' for not setting a timeout.