Skip to content

jojishiro/notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

XNotify

Generate notifications for your project. You may use this for async reporting onto your app or any other kind of reporting functionality.

Installation

npm install xnotify --save

import { xnotify } from 'xnotify';

xnotify('Your notification text')

Options

  • innerText / string / the text message
  • stack / boolean / true to stack multiple notifications
  • borderColor / string / the border color of the notification
  • fontColor / string / the font color of the notification
  • background / string / the background color of the notification
  • width / string / the width of the notification
  • fontSize / string / the font size of the notification
  • state / boolean / true to let the notification visible
  • container / string / the container where the notification lives

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published