Add Toast component

This commit is contained in:
Marshall Bowers 2023-10-09 11:31:56 -04:00
parent 333e3e4f01
commit 02d32de044
6 changed files with 122 additions and 0 deletions

View file

@ -14,6 +14,7 @@ pub mod tab;
pub mod tab_bar;
pub mod terminal;
pub mod title_bar;
pub mod toast;
pub mod toolbar;
pub mod traffic_lights;
pub mod workspace;