New
Storybook for SvelteKitAutomate with Chromatic
Storybook Day 2023
Star77,594
Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
@react-cad/storybook-addon
Storybook Addon to render @react-cad projects in the browser
npm install @react-cad/storybook-addon
Last updated about 2 years ago
4
Downloads per week
Readme View on GitHub

@react-cad/storybook-addon

A preset to preview @react-cad components in Storybook.

Usage

Preferably, create a component with @react-cad/create-component.

Alternatively, set up a React Storybook in the usual way, and add the addon to .storybook/main.js:

module.exports = {
  stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
  addons: [
    "@react-cad/storybook-addon",
  ],
};
Join the community
6,051 developers and counting
WhyWhy StorybookComponent-driven UI
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI