Crate waterui_text

Crate waterui_text 

Source
Expand description

Text components and utilities for the WaterUI framework.

This crate provides comprehensive text rendering and formatting capabilities, including fonts, attributed text, and internationalization support.

Note: The Link component has been moved to the main waterui crate where it can use robius-open for URL handling.

Re-exports§

pub use text::Text;
pub use text::TextConfig;
pub use text::text;
pub use nami as __nami;

Modules§

font
Font utilities and definitions.
highlight
Syntax highlighting support.
locale
Localization and formatting utilities.
macros
Macros for convenient text creation.
styled
Styled text support for rich text formatting.
text
Core text component.

Macros§

text
Creates a reactive text component with formatted content.