mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:31:49 +08:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
```js
|
|
// /my-addon/manager.js
|
|
|
|
addons.register('my-organisation/my-addon', (api) => {
|
|
api.selectStory('Button', 'Basic');
|
|
});
|
|
```
|