JSPM

@gitamar/storybook-framework-react-rspack

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q22945F
  • License MIT

Storybook framework for react built with Rspack

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',
  // ...
};