feat(widget): add text function with Cow<str> input

This commit is contained in:
Michael Aaron Murphy 2023-01-23 22:48:06 +01:00 committed by Michael Murphy
parent f81a06bc4a
commit b3a3c9c29a
6 changed files with 37 additions and 14 deletions

View file

@ -37,6 +37,9 @@ pub mod settings;
mod scrollable;
pub use scrollable::*;
mod text;
pub use text::{text, Text};
pub mod separator;
pub use separator::{horizontal_rule, vertical_rule};