Split vertical orientation into VerticalSlider

This commit is contained in:
Casper Storm 2022-12-13 10:05:52 +01:00
parent 2e6d90f141
commit bb4161c1ae
No known key found for this signature in database
GPG key ID: BABF49AA70C405C2
6 changed files with 539 additions and 170 deletions

View file

@ -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;