Skip to content

mohammad-qb/bubble-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bubble Alert

Get a beautiful alert for info, success and error events

Installation

npm i bubble-alert --save

Then...

import {bubbleAlert} from "bubble-alert";

bubbleAlert({
    type: "info",
    text: "Hello, World!"
})

Options

bubbleAlert supports 2 options, both of which are optional:

  • type - info / error / success (Defaults to info)
  • text - string (Defaults to Hello, World!)

About

bubble alert npm backage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published