mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
21 lines
477 B
Plaintext
21 lines
477 B
Plaintext
---
|
|
title: 'addons'
|
|
sidebar:
|
|
order: 4
|
|
title: addons
|
|
---
|
|
|
|
Parent: [main.js|ts configuration](./main-config.mdx)
|
|
|
|
Type: `(string | { name: string; options?: AddonOptions })[]`
|
|
|
|
Registers the [addons](../../addons/install-addons.mdx) loaded by Storybook.
|
|
|
|
For each addon's available options, see their respective [documentation](https://storybook.js.org/integrations).
|
|
|
|
{/* prettier-ignore-start */}
|
|
|
|
<CodeSnippets path="main-config-addons.md" />
|
|
|
|
{/* prettier-ignore-end */}
|