css class renamed

This commit is contained in:
jonniebigodes 2020-07-30 16:10:21 +01:00
parent 2dec1f1ca4
commit 28d9ee6786
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ ArgsTables are rendered from an internal data structure called [ArgTypes](../api
You can customize what's shown in the ArgsTable by customizing the ArgTypes data. This is currently available for [DocsPage](./docs-page) and `<Props story="xxx">` construct, but not for the `<Props of={component} />` construct.
<div class=".aside">
<div class="aside">
NOTE: This API is experimental and may change outside of the typical semver release cycle

View File

@ -208,7 +208,7 @@ To get a "documentation-only story", in your UI, define a `<Meta>` as you normal
Unless you use a custom [webpack configuration](../configure/integration#extending-storybooks-webpack-config), all of your MDX files should have the suffix `*.stories.mdx`. This tells Storybook to apply its special processing to the `<Meta>` and `<Story>` elements in the file.
<div class=".aside">
<div class="aside">
Be sure to update [.storybook/main.js](../configure/overview#configure-story-rendering) file to load `.stories.mdx` stories, as per the addon-docs installation instructions.