We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to rich color success and error toast message, add
warning - toast.warn("toast message") with yellow or orange color info - toast.info("toast message") with blue or any other color
toast.warn("toast message")
toast.info("toast message")
The text was updated successfully, but these errors were encountered:
Hi, done a fork to add them, if you want !
Sorry, something went wrong.
@prasannakarki77 @mattpilleul hey, I sent a pull request. I hope you liked the colors. #195
No branches or pull requests
Similar to rich color success and error toast message, add
warning -
toast.warn("toast message")
with yellow or orange colorinfo -
toast.info("toast message")
with blue or any other colorThe text was updated successfully, but these errors were encountered: