@wertarbyte/mui-styleguidist-wrapper

0.1.3 • Public • Published

Minimal Material-UI styleguidist wrapper

This is a tiny component we use to create React Styleguidist guides for our Material-UI components with minimal effort.

npm i --save-dev @wertarbyte/mui-styleguidist-wrapper

Usage

  1. Install the wrapper
    npm i --save-dev @wertarbyte/mui-styleguidist-wrapper
    
  2. Add the following lines to the scripts section of the package.json file:
    "styleguide": "mui-styleguidist server",
    "styleguide:build": "mui-styleguidist build"
    
  3. Use npm run styleguide to start a styleguidist server or npm run styleguide:build to build the styleguide.
    The commands must be run from the project's root dir.

You can customize the styleguide config by adding a styleguide.config.js file to the project's root dir. This file will be extended with our default values.

Package Sidebar

Install

npm i @wertarbyte/mui-styleguidist-wrapper

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • redbeard0091
  • lemaik
  • saschb2b
  • evidence