@praxisjs/storybook
0.1.0
Minor Changes
4d3b9a4: Introduce
@praxisjs/storybook— a Storybook framework adapter for PraxisJS.Provides everything needed to run PraxisJS components inside Storybook:
renderToCanvas— mounts and unmounts PraxisJS components into the Storybook canvas, with proper cleanup onforceRemount.viteFinalpreset — wires up@praxisjs/vite-plugin(with HMR) and injects astorySourceplugin that embeds the original story file source for display in the Storybook UI.managerEntries— registers the custom manager panel.core— declares@storybook/builder-viteas the builder.- Type helpers — exports
PraxisRenderer,Meta,StoryObj, andStorybookConfigfor typing stories.
ESM-only; requires Storybook ≥ 8 and
@storybook/builder-vite.
Patch Changes
- Updated dependencies [bb4d00a]
- @praxisjs/[email protected]