feat!(spin_button): refactor and support vertical widget variant

This commit is contained in:
Bryan Hyland 2024-11-19 08:17:40 -08:00 committed by Michael Murphy
parent bc89a8aede
commit b14fde9033
7 changed files with 474 additions and 266 deletions

View file

@ -311,7 +311,7 @@ pub mod settings;
pub mod spin_button;
#[doc(inline)]
pub use spin_button::{spin_button, SpinButton};
pub use spin_button::{spin_button, vertical as vertical_spin_button, SpinButton};
pub mod tab_bar;