Re-exports§
pub use anchor::Anchor;pub use anchor::Container;pub use animated_text::AnimatedText;pub use panel::BorderStyle;pub use panel::Panel;pub use progress::ProgressBar;pub use progress::ProgressStyle;pub use separator::Separator;pub use spinner::Spinner;pub use spinner::SpinnerStyle;
Modules§
Structs§
- Button
- Marker component for interactive buttons.
- Node
- Position and size of a UI element.
- Text
- Text content for a UI element.
- UiPlugin
- Registers the UI interaction and rendering systems.
- UiState
- UiStyle
- Per-element style overrides for colors and text attributes.
- ZIndex
- Draw order for UI elements. Higher values render on top. Default 0.
Enums§
- Interaction
- Current interaction state of a button.
- Text
Align - Text alignment within the node width.