1.2.3 • Published 5 years ago

notify-space v1.2.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Notify Space

Simple notifications for web applications

Usage

  1. First install the package with npm or Yarn.
# with yarn
yarn add notify-space
# or with npm
npm install notify-space
  1. And here comes the fun part.
import notify from 'notify-space'

notify({
  text: "See you space cowboy ...",  // Message to be displayed
  duration: 4000, // Notificacion duration, it's optional, by default is `2000`
  theme: 'dark' // Theme available => ['light', 'dark', 'success'], by default is `dark`
})

// or just

notify("The space is wonderful")
1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago