Skip to main content

Crate wisp_storybook

Crate wisp_storybook 

Source
Expand description

wisp-storybook — interactive feature gallery, exposed as both a binary (the eframe app) and a library (so integration tests can iterate over every shipped story and verify it renders without errors).

Modules§

app
eframe App for the storybook.
stories
Registry of all stories. Each chunk that introduces a renderable feature adds one entry here.
story
Story trait + helper types.