Skip to content
#

lessons-learned

Here are 27 public repositories matching this topic...

gloriaJun
gloriaJun commented Sep 20, 2019

This guide based on "@storybook/addon-docs": "^5.3.0-alpha.0",

Installation

yarn add -D @storybook/addon-docs

Configuration

  • .storybook/presets.js
module.exports = ['@storybook/addon-docs/react/preset'];
  • storybook/config.js
import React from 'react';
import { configure, addDecorator } from '@storybook/react';
import {

Improve this page

Add a description, image, and links to the lessons-learned topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lessons-learned topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.