-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow styling of Toast and custom icons #40
Comments
solve it ? |
Hi @pke - thanks for this, it definitely seems possible, I think one solution could also be to pass your own Toast component to replace the one provided, that way you would be able to customize the UI completely.. Will look into providing both options :) |
Well, it seems that there are more extensive options for styling the toast, but what about custom icons? In my current project, an external designer has created his own icons and graphics, which are completely incompatible with the provided fonts in this project. I also need to add icons to the header of the toast, which is also currently not possible. Another problem I currently have with this library is that while I can change the icon, I am not allowed to change the styling of its wrapping container. I think a better solution would be to allow something like |
Thanks for the library. I wonder if there is an easy way to further style the toasts like changing their border radius? Could this be achieved via theming?
Furthermore could the lib support custom icons handed in as React components?
The text was updated successfully, but these errors were encountered: