gor181 / react-notification-system-redux

Redux wrapper for react-notification-system
MIT License
324 stars 59 forks source link

Document possible functions #30

Closed qoalu closed 7 years ago

qoalu commented 7 years ago

Document possible functions for using this plugin

` Notifications.show(opts = {}, level = 'success')

Notifications.success(opts)

Notifications.error(opts)

Notifications.warning(opts)

Notifications.info(opts)

Notifications.hide(uid) `

Had to dig into the source to understand how to send other types of notifications since .show is not in the example

gor181 commented 7 years ago

Thanks @qoalu for reporting . This is going to be sorted in #33. link to change.

Closing asap #33 is merged.

gor181 commented 7 years ago

Hey @qoalu,

Closing, documented actions.

thank you