mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
css class renamed
This commit is contained in:
parent
2dec1f1ca4
commit
28d9ee6786
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user