orbital-base-components 0.1.1

Headless base primitives for Orbital — structure, semantics, and accessibility
Documentation
1
2
3
4
5
6
7
/// Header chrome inset provided by a Fixed or Sticky app bar.
///
/// Consumed by layout regions to reserve space matching app bar density.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub struct AppBarInset {
    pub height_px: u16,
}