Skip to content

SheetFoundation/notify

Repository files navigation

Notify

Plugin for displaying notification popups.

Install

$ npm i @sheetfoundation/notify

Use

import { notify } from "@sheetfoundation/notify"
import "@sheetfoundation/notify/dist/style.css"

notify.show({
  type: "information",
  message: "This is a popup notification."
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published