0.0.13 • Published 1 year ago

@sheetfoundation/notify v0.0.13

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
1 year ago

Notify

Plugin for displaying notification popups.

Install

$ npm i @sheetfoundation/notify

Use

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

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

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.6

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago