feat(widget): progress bars
This commit is contained in:
parent
724351727a
commit
b963fbfea9
7 changed files with 935 additions and 8 deletions
|
|
@ -77,9 +77,6 @@ pub use iced::widget::{MouseArea, mouse_area};
|
|||
#[doc(inline)]
|
||||
pub use iced::widget::{PaneGrid, pane_grid};
|
||||
|
||||
#[doc(inline)]
|
||||
pub use iced::widget::{ProgressBar, progress_bar};
|
||||
|
||||
#[doc(inline)]
|
||||
pub use iced::widget::{Responsive, responsive};
|
||||
|
||||
|
|
@ -257,6 +254,12 @@ pub mod popover;
|
|||
#[doc(inline)]
|
||||
pub use popover::{Popover, popover};
|
||||
|
||||
pub mod progress_bar;
|
||||
#[doc(inline)]
|
||||
pub use progress_bar::{
|
||||
circular, circular::Circular, circular_progress, linear, linear::Linear, linear_progress, style,
|
||||
};
|
||||
|
||||
pub mod radio;
|
||||
#[doc(inline)]
|
||||
pub use radio::{Radio, radio};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue