feat(widget): add toast widget

This commit is contained in:
wiiznokes 2024-07-02 17:55:38 +02:00 committed by GitHub
parent 41d1f4a7cd
commit 4449b29cc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 458 additions and 0 deletions

View file

@ -349,3 +349,5 @@ pub mod tooltip {
pub mod warning;
#[doc(inline)]
pub use warning::*;
pub mod toaster;