react-toasty

0.0.4 • Public • Published

A react toast notification system

npm i -S react-toasty

Usage

const toaster = require('@hps/react-toaster');
 
// Display an info toast with no title
toastr.info('Are you the 6 fingered man?')
 
// Display a warning toast, with no title
toastr.warning('My name is Inigo Montoya. You killed my father, prepare to die!')
 
// Display a success toast, with a title
toastr.success('Have fun storming the castle!', 'Miracle Max Says')
 
// Display an error toast, with a title
toastr.error('I do not think that word means what you think it means.', 'Inconceivable!')
 
// Immediately remove current toasts without using animation
toastr.remove()
 
// Remove current toasts using animation
toastr.clear()
 
// Override global options
toastr.success('We do have the Kapua suite available.', 'Turtle Bay Resort', { timeOut: 5000 })

License

The MIT License (MIT)

Copyright (c) 2016 Joseph Clay

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

none

Package Sidebar

Install

npm i react-toasty

Weekly Downloads

10

Version

0.0.4

License

MIT

Last publish

Collaborators

  • josephclay