Skip to main content

Crate dioxus_showcase_core

Crate dioxus_showcase_core 

Source
Expand description

Core types and helpers for dioxus-showcase.

Re-exports§

pub use config::ShowcaseBuildConfig;
pub use config::ShowcaseConfig;
pub use config::ShowcaseDevConfig;
pub use config::ShowcaseProjectConfig;
pub use manifest::StoryDefinition;
pub use manifest::StoryManifest;
pub use runtime::build_story_navigation;
pub use runtime::ProviderDefinition;
pub use runtime::ShowcaseRegistry;
pub use runtime::StoryEntry;
pub use runtime::StoryNavigationNode;
pub use runtime::StoryTreeEntry;

Modules§

config
manifest
runtime