💡
NOTE: Currently there's an issue when using MDX stories with IE11. This issue does
not apply to DocsPage. If you're interested in helping us fix this issue, read our
Contribution guidelines and submit a pull request.
When you install [Storybook Docs](https://storybook.js.org/addons/@storybook/addon-docs), DocsPage is the zero-config default documentation that all stories get out of the box. It aggregates your stories, text descriptions, docgen comments, args tables, and code examples into a single page for each component.
The best practice for docs is for each component to have its own set of documentation and stories.
## Component parameter
Storybook uses the `component` key in the story file’s default export to extract the component's description and props.