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
|
|
@ -6,12 +6,12 @@ use std::borrow::Cow;
|
|||
|
||||
pub use self::model::{Message, Model};
|
||||
|
||||
use crate::widget::icon;
|
||||
use crate::widget::{icon, text};
|
||||
use crate::{theme, Element};
|
||||
use apply::Apply;
|
||||
use iced::{
|
||||
alignment::{Horizontal, Vertical},
|
||||
widget::{button, container, row, text},
|
||||
widget::{button, container, row},
|
||||
Alignment, Background, Length,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue