1.0.1 • Published 7 years ago
ignite-plugin-prop-types v1.0.1
Usage
Install the plugin:
yarn add ignite-plugin-prop-typesAdd 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:

1.0.1
7 years ago