Package Exports
- @gitamar/storybook-framework-react-rspack
- @gitamar/storybook-framework-react-rspack/package.json
- @gitamar/storybook-framework-react-rspack/preset
Readme
@gitamar/storybook-framework-react-rspack
This library is a storybook framework
that uses Rspack and React.
to use this first install the package:
npm install @gitamar/storybook-framework-react-rspack
then add it to your storybook config .storybook/main.js
:
module.exports = {
// ...
framework: '@gitamar/storybook-framework-react-rspack',
// ...
};