//! Trait for elements that can have horizontal or vertical orientation.
//!
//! This trait provides a consistent API for components that can be laid out
//! in different orientations, such as radio groups, separators, and button groups.
/// Orientation of an element.
/// Trait for elements that can have horizontal or vertical orientation.
///
/// Components implementing this trait can be laid out in either
/// horizontal or vertical direction.