Split vertical orientation into VerticalSlider
This commit is contained in:
parent
2e6d90f141
commit
bb4161c1ae
6 changed files with 539 additions and 170 deletions
|
|
@ -33,6 +33,7 @@ pub mod text_input;
|
|||
pub mod toggler;
|
||||
pub mod tooltip;
|
||||
pub mod tree;
|
||||
pub mod vertical_slider;
|
||||
|
||||
mod action;
|
||||
mod id;
|
||||
|
|
@ -79,6 +80,8 @@ pub use toggler::Toggler;
|
|||
pub use tooltip::Tooltip;
|
||||
#[doc(no_inline)]
|
||||
pub use tree::Tree;
|
||||
#[doc(no_inline)]
|
||||
pub use vertical_slider::VerticalSlider;
|
||||
|
||||
pub use action::Action;
|
||||
pub use id::Id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue