-
-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The default design is not usable #28
Comments
Hello @ritz078, The purpose of react-toastify was to offer a kind of backbone to start to implement notification. I don't want the component style to be opinionated. That's why it's really easy to style. A few line of css and you can roll your own style. But maybe it will be good if I provide some kind of theme? Like a bootstrap theme or material theme. What do you think? |
Lets see this way :
If we are providing a basic design why not make it such that it can be consumed directly for more number of users ? Anyways if someone wants to change the design he has to change from scratch. Dependency on any theme won't be a good idea as people are now moving away from CSS frameworks. |
I agree that the default design forced me to change my implementation of the toast. For the
Then i created my own design for each alert ( |
@fkhadra Thanks. This shouldn't be a part of 1.7.1. Since this change won't be backward compatible, you should make a 2.0.0 release. @Niphery I think the versioning should take care of that. |
@ritz078 Indeed v2 make sense. I hate breaking changes. I'll do a first implementation and share the result before push a new version |
Hey @ritz078 and @Niphery, Check the gif, what do you think? Thanks |
i like it! |
@pepepaco Thanks ! |
This is great. |
The default design is very much different than a design that is used most of the times. Below are the most commonly used designs.
The text was updated successfully, but these errors were encountered: