mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
36 lines
1.7 KiB
Markdown
36 lines
1.7 KiB
Markdown
# Storybook Comments Addon
|
|
|
|
[](https://circleci.com/gh/storybooks/storybook)
|
|
[](https://www.codefactor.io/repository/github/storybooks/storybook)
|
|
[](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847)
|
|
[](https://bettercodehub.com/results/storybooks/storybook) [](https://codecov.io/gh/storybooks/storybook)
|
|
[](https://now-examples-slackin-nqnzoygycp.now.sh/)
|
|
[](#backers) [](#sponsors)
|
|
|
|
* * *
|
|
|
|
> THIS ADDON IS CURRENTLY NOT WORKING - NOT MAINTAINED
|
|
|
|
* * *
|
|
|
|
Storybook Comments Addon allows you to add comments for your stories in [Storybook](https://storybook.js.org).
|
|
|
|
This addon works with Storybook for:
|
|
[React](https://github.com/storybooks/storybook/tree/master/app/react).
|
|
|
|

|
|
|
|
## Getting Started
|
|
|
|
First, install the addon
|
|
|
|
```sh
|
|
npm install -D @storybook/addon-comments
|
|
```
|
|
|
|
Add this line to your `addons.js` file (create this file inside your storybook config directory if needed).
|
|
|
|
```js
|
|
import '@storybook/addon-comments/register';
|
|
```
|