Add compact variant for pane grid controls

This commit is contained in:
mtkennerly 2024-08-22 09:32:35 -04:00
parent 9b99b932bc
commit 3a434c9505
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
4 changed files with 324 additions and 72 deletions

View file

@ -10,6 +10,7 @@
mod axis;
mod configuration;
mod content;
mod controls;
mod direction;
mod draggable;
mod node;
@ -22,6 +23,7 @@ pub mod state;
pub use axis::Axis;
pub use configuration::Configuration;
pub use content::Content;
pub use controls::Controls;
pub use direction::Direction;
pub use draggable::Draggable;
pub use node::Node;