Skip to main content

Crate dioxus_showcase

Crate dioxus_showcase 

Source
Expand description

Public facade crate for dioxus-showcase.

Re-exports§

pub use StoryPreviewContent_completions::Component::StoryPreviewContent;
pub use dioxus_showcase_core as core;
pub use dioxus_showcase_macros as macros;

Modules§

prelude

Structs§

GeneratedStory
StoryPreviewContentProps
Properties for the StoryPreviewContent component.
StoryVariant

Traits§

ShowcaseStoryFactory
StoryArg
Produces a single default story value for one component parameter.
StoryArgs
Produces one or more story values for aggregate props types.
StoryProps
Produces one or more named prop sets for a showcase component.

Functions§

StoryPreviewContent
Wraps rendered story content with the currently registered provider chain.
slugify_title
Converts a display title like Atoms/Button into a stable route slug.

Type Aliases§

StoryProvider