0.0.4 • Published 7 months ago

@sheetfoundation/notify v0.0.4

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
7 months ago

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."
})
0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago