mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Storybook Comments Addon
THIS ADDON IS CURRENTLY NOT WORKING - NOT MAINTAINED
Storybook Comments Addon allows you to add comments for your stories in Storybook.
This addon works with Storybook for: React.
Getting Started
First, install the addon
npm install -D @storybook/addon-comments
Add this line to your addons.js
file (create this file inside your storybook config directory if needed).
import '@storybook/addon-comments/register';