Skip to content

javadbat/jb-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

notification ui web-component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published