Socket
Socket
Sign inDemoInstall

@ms-cloudpack/storybook-react

Package Overview
Dependencies
3
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ms-cloudpack/storybook-react

A tool for building storybook bundles for the cloudpack ecosystem.


Version published
Weekly downloads
298
increased by88.61%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@ms-cloudpack/storybook-react

@ms-cloudpack/storybook-react is an experimental Storybook framework. It simplifies the configuration of the Storybook by setting the builder @ms-cloudpack/storybook-builder and the renderer @storybook/react.

Installation

Install the framework with npm:

npm install @ms-cloudpack/storybook-react --save-dev

or yarn:

yarn add @ms-cloudpack/storybook-react --dev

Configuration

Configure the framework name in the Storybook main configuration file:

// .storybook/main.js

const config = {
  ...
  framework: {
    name: '@ms-cloudpack/storybook-react',
    options: {
      ...
    },
    ...
  },
  ...
};

export default config;

Docs

FAQs

Last updated on 02 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc