Skip to content

thesharsol/theshtify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with JavaScript

MIT License

Thesharsol notifyer is a lightweight, vanilla JS toast notification library.

Demo

Click here

Features

  • Multiple stacked notifications
  • Customizable
  • No blocking of execution thread

Customization options

  • Notification Text
  • Duration
  • Background color
  • Close icon display
  • Display position
  • Offset position
  • font
  • progress
  • border radius
  • borders

example

        Notif.Notifier.notify(
            {
                message: 'text',
                x_align:'middle',
                y_align:'top',
                type:'custom',
                // duration:300
                colors:{
                    bg:'yellow',
                    color:'black',
                    border:2
                },
                radius:5,
                bordered:false,

            }
        );
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Here's a sentence with a footnote. [^1]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published