use-ui
Feature-gated facade crate for RustUse framework-neutral UI primitives.
Purpose
use-ui gives consumers one dependency for the focused UI primitive crates in this workspace. The facade exposes natural modules such as theme, layout, interaction, affordance, and layer while keeping implementation details in the focused crates.
Example
#
#
Main modules
design_tokenthemelayoutspacingbreakpointviewportcomponentinteractionfocusaffordancemotionlayer
Relationship to focused crates
Each module re-exports one focused crate. Disable default features and enable only the modules you need when a narrow facade surface is preferred.