feat(widget): add text function with Cow<str> input
This commit is contained in:
parent
f81a06bc4a
commit
b3a3c9c29a
6 changed files with 37 additions and 14 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue