Skip to main content

Crate bobatea

Crate bobatea 

Source

Re-exports§

pub use surface::Cell;
pub use surface::Position;
pub use surface::Surface;
pub use surface::clip;
pub use surface::fit_height;
pub use surface::fit_width;
pub use surface::join_horizontal;
pub use surface::join_vertical;
pub use surface::place;
pub use surface::place_filled;
pub use surface::total_width;

Modules§

animator
Centralized animation system with BobaValue<T> for reactive animation targets.
components
Re-exports of all UI building blocks.
events
surface
Layout primitives and off-screen surface compositing.
theme
Runtime theming system with HSL palette and semantic style mapping.

Structs§

App
The boba application runner.

Enums§

AppEvent
Application lifecycle events emitted by the boba runtime.

Traits§

View
Root trait for a full-screen view.