8.13.1 • Published 3 months ago

gatsby-transformer-react-docgen v8.13.1

Weekly downloads
1,556
License
MIT
Repository
github
Last release
3 months ago

gatsby-transformer-react-docgen

Parses inline component-documentation using react-docgen.

Install

npm install gatsby-transformer-react-docgen

Usage

Add a plugin-entry to your gatsby-config.js

module.exports = {
  plugins: [`gatsby-transformer-react-docgen`],
}

For custom resolvers or handlers, all config options are passed directly to react-docgen. In addition any custom handlers are passed the component file Node object as their last argument for more Gatsby specific handler behavior.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-transformer-react-docgen",
      options: {
        resolver: require("./custom-resolver"),
      },
    },
  ],
}

File parsing and babel configs

By default, your local .babelrc will be used to determine how to parse source files. Don't worry if you don't have a local babel config and are using Gatsby's default settings! If there isn't any config react-docgen will use it's own, permissive parsing options.

In the case of more complex sites with local custom configs, such as in a monorepo, you may have to tell babel (via react-docgen), how to properly resolve your local babel config. See the react-docgen documentation for more details.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-transformer-react-docgen",
      options: {
        babelrcRoots: ["../packages/*"],
      },
    },
  ],
}

You'll also need to include a source-plugin, such as gatsby-source-filesystem, so that the transformer has access to source data.

Note: that at least one of your React Components must have PropTypes defined.

How to query

An example graphql query to get nodes:

{
  allComponentMetadata {
    edges {
      node {
        displayName
        description
        props {
          name
          type
          required
        }
      }
    }
  }
}
8.14.0-next.2

3 months ago

8.13.1

3 months ago

8.14.0-next.1

4 months ago

8.13.0

5 months ago

8.14.0-next.0

5 months ago

8.12.0

8 months ago

8.11.0-next.0

12 months ago

8.11.0-next.1

11 months ago

8.10.0

12 months ago

8.11.0

11 months ago

8.12.0-next.0

11 months ago

8.13.0-next.0

9 months ago

8.10.0-next.1

1 year ago

8.10.0-next.2

1 year ago

8.10.0-next.0

1 year ago

8.9.0

1 year ago

8.7.0

1 year ago

8.8.0

1 year ago

8.9.0-next.0

1 year ago

8.8.0-next.0

1 year ago

8.7.0-next.0

1 year ago

8.6.0

1 year ago

8.6.0-next.0

1 year ago

8.4.0

1 year ago

8.5.0

1 year ago

8.4.0-next.1

1 year ago

8.4.0-next.0

1 year ago

6.15.0

1 year ago

8.2.0-next.0

1 year ago

7.25.0

1 year ago

8.5.0-next.0

1 year ago

8.1.0-next.0

1 year ago

8.1.0

1 year ago

8.0.0-next.3

1 year ago

8.0.0-next.2

2 years ago

8.0.0-next.1

2 years ago

8.2.0

1 year ago

8.0.0-next.0

2 years ago

8.3.0

1 year ago

8.0.0

1 year ago

8.3.0-next.0

1 year ago

7.23.0-next.0

2 years ago

7.23.0

2 years ago

7.22.0

2 years ago

7.24.0-next.0

2 years ago

7.24.0

2 years ago

7.25.0-next.0

2 years ago

7.18.0

2 years ago

7.21.0

2 years ago

7.17.0-next.0

2 years ago

7.17.0

2 years ago

7.20.0

2 years ago

7.16.0

2 years ago

7.16.0-next.0

2 years ago

7.22.0-next.0

2 years ago

7.19.0

2 years ago

7.19.0-next.0

2 years ago

7.19.0-next.1

2 years ago

7.21.0-next.0

2 years ago

7.18.0-next.1

2 years ago

7.18.0-next.0

2 years ago

7.20.0-next.0

2 years ago

7.15.0

2 years ago

7.14.0-next.1

2 years ago

7.14.0-next.0

2 years ago

7.14.0-next.2

2 years ago

7.13.0

2 years ago

7.14.0

2 years ago

7.15.0-next.0

2 years ago

7.13.0-next.0

2 years ago

7.11.0-next.1

2 years ago

7.11.0-next.0

2 years ago

7.11.0

2 years ago

7.10.0

2 years ago

7.12.0

2 years ago

7.12.1

2 years ago

7.12.0-next.0

2 years ago

7.10.0-next.1

2 years ago

7.10.0-next.0

2 years ago

7.9.0

2 years ago

7.8.0-next.0

2 years ago

7.3.0

2 years ago

7.4.0

2 years ago

7.5.0

2 years ago

7.4.0-next.0

2 years ago

7.4.0-next.1

2 years ago

7.6.0

2 years ago

7.9.0-next.0

2 years ago

7.6.0-next.0

2 years ago

7.7.0

2 years ago

7.8.0

2 years ago

7.7.0-next.0

2 years ago

7.7.0-next.1

2 years ago

7.7.0-next.2

2 years ago

7.5.0-next.0

2 years ago

7.3.0-next.0

2 years ago

7.2.0

2 years ago

7.2.0-next.0

3 years ago

7.1.0

3 years ago

7.1.0-next.0

3 years ago

7.0.0

3 years ago

7.0.0-zz-next.2

3 years ago

6.14.0

3 years ago

7.0.0-zz-next.8

3 years ago

7.0.0-zz-next.1

3 years ago

7.0.0-next.1

3 years ago

7.0.0-next.0

3 years ago

6.14.0-next.2

3 years ago

6.14.0-next.1

3 years ago

6.13.0

3 years ago

6.14.0-next.0

3 years ago

6.12.0

3 years ago

6.13.0-next.0

3 years ago

6.12.0-next.3

3 years ago

6.12.0-next.2

3 years ago

6.12.0-next.1

3 years ago

6.11.0

3 years ago

6.12.0-next.0

3 years ago

6.10.0

3 years ago

6.11.0-next.0

3 years ago

6.10.0-next.1

3 years ago

6.9.0

3 years ago

6.10.0-next.0

3 years ago

6.8.0

3 years ago

6.9.0-next.0

3 years ago

6.6.0

3 years ago

6.7.0

3 years ago

6.7.1

3 years ago

6.8.0-next.0

3 years ago

6.8.0-next.1

3 years ago

6.7.0-next.1

3 years ago

6.7.0-next.2

3 years ago

6.5.0

3 years ago

6.6.0-next.0

3 years ago

6.5.0-next.0

3 years ago

6.4.0

3 years ago

6.7.0-next.0

3 years ago

6.3.0

3 years ago

6.4.0-next.0

3 years ago

6.3.0-next.1

3 years ago

6.2.0

3 years ago

6.3.0-next.0

3 years ago

6.1.0

3 years ago

6.2.0-next.0

3 years ago

6.1.0-next.2

3 years ago

6.0.0

3 years ago

6.1.0-next.0

3 years ago

6.0.0-v3rc.0

3 years ago

6.1.0-next.1

3 years ago

6.0.0-next.0

3 years ago

5.9.0

3 years ago

5.10.0-next.0

3 years ago

5.8.0

3 years ago

5.9.0-next.0

3 years ago

5.7.0

3 years ago

5.8.0-next.0

3 years ago

5.6.0

3 years ago

5.7.0-next.0

3 years ago

5.5.0

3 years ago

5.6.0-next.0

3 years ago

5.4.0

3 years ago

5.5.0-next.0

3 years ago

5.3.0

3 years ago

5.3.0-next.1

3 years ago

5.4.0-next.0

3 years ago

5.3.0-next.0

3 years ago

5.2.15

4 years ago

5.2.14

4 years ago

5.2.13

4 years ago

5.2.12

4 years ago

5.2.11

4 years ago

5.2.10

4 years ago

5.2.9

4 years ago

5.2.7

4 years ago

5.2.6

4 years ago

5.2.5

4 years ago

5.2.4

4 years ago

5.2.3

4 years ago

5.2.2

4 years ago

5.2.1

4 years ago

5.2.0

4 years ago

5.1.4

4 years ago

5.1.3

4 years ago

5.1.2

4 years ago

5.1.1

4 years ago

5.1.0

4 years ago

5.0.31

4 years ago

5.0.30

4 years ago

5.0.29

4 years ago

5.0.28

4 years ago

5.0.27

4 years ago

5.0.25

4 years ago

5.0.24

4 years ago

5.0.22

4 years ago

5.0.21

4 years ago

5.0.20

4 years ago

5.0.19

5 years ago

5.0.18

5 years ago

5.0.17

5 years ago

5.0.16

5 years ago

5.0.15

5 years ago

5.0.13

5 years ago

5.0.12

5 years ago

5.0.11

5 years ago

5.0.10

5 years ago

5.0.9

5 years ago

5.0.8

5 years ago

5.0.7

5 years ago

5.0.6

5 years ago

5.0.5

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.1.3

5 years ago

4.1.2

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.6-alpha.0

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.0

5 years ago

2.1.3

5 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.1-rc.5

6 years ago

2.1.1-rc.1

6 years ago

2.1.1-rc.0

6 years ago

2.1.1-beta.5

6 years ago

2.1.1-beta.4

6 years ago

2.1.1-beta.3

6 years ago

2.1.1-beta.2

6 years ago

2.1.1-beta.1

6 years ago

2.1.1-beta.0

6 years ago

2.1.1-alpha.2

6 years ago

2.0.1-14

6 years ago

2.0.1-13

6 years ago

2.0.1-12

6 years ago

2.0.1-11

6 years ago

2.0.1-10

6 years ago

2.0.1-6

6 years ago

2.0.1-5

6 years ago

2.0.1-4

6 years ago

2.0.1-3

6 years ago

1.0.17

6 years ago

2.0.1-2

6 years ago

1.0.16

6 years ago

2.0.1-1

6 years ago

1.0.15

6 years ago

2.0.1-0

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.0-beta.6

7 years ago

1.0.0-beta.4

7 years ago

1.0.0-beta.1

7 years ago

1.0.0-alpha.22

7 years ago

1.0.0-alpha19

7 years ago

1.0.0-alpha17

7 years ago

1.0.0-alpha16

7 years ago

1.0.0-alpha15

7 years ago

1.0.0-alpha14

7 years ago