Expand description
The Bubba prelude — import this in every screen file.
ⓘ
use bubba_core::prelude::*;Re-exports§
pub use crate::css::StyleSheet;pub use crate::events::EventHandler;pub use crate::events::BubbaEvent;pub use crate::runtime::alert;pub use crate::runtime::log_msg as log;pub use crate::runtime::spawn;pub use crate::runtime::Runtime;pub use crate::ui::Element;pub use crate::ui::Screen;
Macros§
- view
- Declare a screen’s UI declaratively using JSX-like syntax.