Storybook Alternative for Svelte
"SvelteScape is a Storybook alternative made for Svelte. Its goal is to also allow managing very complex components."
- Allows more complex data structures to be managed
- Optional prop pre- and post-processors, to move load from the Svelte component to SvelteScape. Do more calculations in SvelteScape and fewer in production!
- SvelteScape stories are defined in separate ts config files, so nothing needs to be changed or added into your actual .svelte component files. They stay clean & separate!