react-redux-snackbar icon indicating copy to clipboard operation
react-redux-snackbar copied to clipboard

A snackbar (displays "toast"-messages) for reactjs, using the redux state container

Results 8 react-redux-snackbar issues
Sort by recently updated
recently updated
newest added

I'd like to set width and text-align. How can I do that?

Hi all, please help me solve this problem I use react-redux-snackbar to show notification on my project and the code is like this: ![Screenshot_1](https://user-images.githubusercontent.com/42425111/84625824-39106480-af0e-11ea-8ed6-958e315bd24d.png) The type for snack is doesn't...

Is there a way I can set style by providing `styles` in the dispatch statement?

Hi, I've tried to add a custom into showSnack for adding a different background if is an error or a success for exemple but nothing... Do you have any advice...

Hi :) An error occurs when used with an immutable reduction. The area where Error occurs corresponds to the mapStateToProps when connecting. ```javascript snack: state.snackbar.queue[0] || null ```

Is there a way to show actions? Like in the material-spec: ![image](https://user-images.githubusercontent.com/1196524/35438627-8abb33e4-0297-11e8-9c07-16ef72806380.png)

For example for the `timeout`. Because it doesn't feel correct to add a timeout to every snack manually. The whole idea of a snackbar is to disappear after some time....

I don't think it happens very often that a snackbar is closed based on some logic other than user interaction or timeout. So, it would be nice if the `uniqueId`...