Closed Puspendert closed 3 years ago
Hi, first of all, thank you for this beautiful library. :) 👍
Can something like toast.info() and toast.warn() come out of the box from the API? Most of the libraries have four types: info, warn, error, success
toast.info()
toast.warn()
info
warn
error
success
Thanks! I'll close this issue in favour of #29
Hi, first of all, thank you for this beautiful library. :) 👍
Can something like
toast.info()
andtoast.warn()
come out of the box from the API? Most of the libraries have four types:info
,warn
,error
,success