0.4.0 • Published 2 years ago
jb-notification v0.4.0
jb-notification
notification ui web component
set title & description
document.querySelector('jb-notification').title = "Information Message";
document.querySelector('jb-notification').description = "optional detail about what happen you may not set it"; <jb-notification title="message title" description="description below title text to tell more about what happen"></jb-notification>set notification type
document.querySelector('jb-notification').type = "SUCCESS"; <jb-notification title="message title" type="SUCCESS"></jb-notification>MessageTypes:
we have several types of message the types are : SUCCESS,ERROR,WARNING,INFO;