Skip to main content

Module ui

Module ui 

Source

Re-exports§

pub use app::App;
pub use theme::colors;
pub use theme::font_size;
pub use theme::font_family;
pub use theme::spacing;
pub use theme::radius;
pub use theme_state::Theme;
pub use theme_state::ThemeState;
pub use responsive::breakpoints;
pub use responsive::media;
pub use responsive::touch;
pub use seo::JsonLd;
pub use seo::JsonLd;
pub use seo::JsonLdMultiple;
pub use seo::JsonLdMultiple;

Modules§

app
Root application component and global styles.
components
Reusable UI components.
data_fetch
Runtime fetch of build-staged static data.
examples
Example files for the Studio playground.
hooks
Custom Dioxus hooks for the Logicaffeine UI.
pages
Application pages and views.
responsive
Responsive design system and mobile styling utilities.
router
Application routing and navigation.
seo
SEO utilities and JSON-LD structured data generators.
state
Global application state types.
theme
Design token system for consistent styling.
theme_state
Theme state management with localStorage persistence.