2018-12-13 21:15:52 +00:00
|
|
|
# How To Document Components
|
|
|
|
|
2020-10-15 01:55:55 +00:00
|
|
|
The documentation of components via the docsify site is deprecated now, please use Storybook stories to document new components.
|
|
|
|
For instructions on documenting components with Storybook CSF, please see the documentation [here](https://storybook.js.org/docs/react/api/csf).
|
2018-12-13 21:15:52 +00:00
|
|
|
|
2020-10-15 01:55:55 +00:00
|
|
|
To view the Storybook components in development then you can run `npm run storybook`.
|