1.0.1 • Published 6 years ago

ignite-plugin-prop-types v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

CircleCI branch Codecov branch

Usage

Install the plugin:

yarn add ignite-plugin-prop-types

Add it to your .igniterc or package.json:

{
  "plugins": [
    ["PropTypes", "ignite-plugin-prop-types"],
    ["OtherComponentWithPropTypes", "/path/to/component"]
  ]
}

Use in your documentation:

# OtherComponentWithPropTypes Documentation Page

Description of component.

<PropTypes component='OtherComponentWithPropTypes' />

Result:

Example Output Image