Fadi Khadra

Results 125 comments of Fadi Khadra

For the moment the only way is to write your own css. But with the v6 coming soon https://github.com/fkhadra/react-toastify/pull/432 this will be possible

You don't have to overwrite everything. Just build yours from scratch. ```jsx import 'react-toastify/dist/ReactToastify.minimal.css'; ``` Build yours: ```css /** Used to define container behavior: width, position: fixed etc... **/ .Toastify__toast-container...

Hello @hrytskivr, 2 new hooks are expose `useToast` and `useToastContainer`. Unfortunatelly this is not documented yet how to use them. I'm still thinking about the usability

Hey @nihalanisumit, looks awesome, do you mind sharing the source if possible ? > EDIT: @itayganor I'm interested by the style here

@pavelspichonak indeed I'm the maintainer and the author of the library. It's not documented yet cause I need to find time to do it. I don't expect the API to...

Hey @PukarHub sorry for the late reply. I've released a new major version that allows more configuration when it comes to styling. https://fkhadra.github.io/react-toastify/migration-v8

Hey @hipitihop, thank you. I'll see what I can do for you

@cakonze, @niwa-takeru, @thib3113, just tested with the latest CRA and it works as expected. I suggest you upgrade to the latest CRA. 4.0.1 is almost 2 years old