indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

let the user define a global dismissAfter prop (dismiss is now handle… #8

Closed Grsmto closed 8 years ago

Grsmto commented 8 years ago

…d by the component, not the action anymore)

So you can now do <Notifs dismissAfter={2000} /> to set a global default dismiss timing.

Thanks!

kylecesmat commented 8 years ago

@Grsmto can you refresh this branch and get it ready to merge?