We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook's Description block should be framework-independent, similar to how props tables were generalized in #8123:
<Description of={MyComponent} />
Framework configuration:
import { addParameters } from '@storybook/client-api'; addParameters({ docs: { extractDescription: (comp) => ... } });
The text was updated successfully, but these errors were encountered:
Olé!! I just released https://github.com/storybookjs/storybook/releases/tag/v5.3.0-alpha.32 containing PR #8590 that references this issue. Upgrade today to try it out!
You can find this prerelease on the @next NPM tag.
@next
Closing this issue. Please re-open if you think there's still more to do.
Sorry, something went wrong.
notes
Hurrah!! I just released https://github.com/storybookjs/storybook/releases/tag/v5.3.0-alpha.39 containing PR #8718 that references this issue. Upgrade today to try it out!
shilman
No branches or pull requests
Storybook's Description block should be framework-independent, similar to how props tables were generalized in #8123:
Framework configuration:
The text was updated successfully, but these errors were encountered: