Storybook for vanilla JavaScript / TypeScript & Rsbuild is a framework that makes it easy to develop and test UI components in isolation for applications built with Rsbuild.
Use with vanilla JavaScript / TypeScript in a existing Rsbuild project.
To use vanilla JavaScript / TypeScript with Storybook, you need to install the storybook-html-rsbuild
package.
.storybook/main.ts
You're all set now. You could also check out the example in sandboxes/vanilla-ts and use all other features listed in Storybook site.