mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Update README.md: add hint that addon needs to be registered
This commit is contained in:
parent
3bdf6c21ea
commit
166bb5b14b
@ -17,6 +17,14 @@ This addon works with Storybook for:
|
||||
|
||||
You can use this addon without installing it.
|
||||
|
||||
First configure it as an addon by adding it to your addons.js file (located in the Storybook config directory).
|
||||
|
||||
```js
|
||||
import '@storybook/addon-knobs/register'
|
||||
```
|
||||
|
||||
Then you can import `linkTo` in your stories and use like this:
|
||||
|
||||
```js
|
||||
import { storiesOf } from '@storybook/react'
|
||||
import { linkTo } from '@storybook/addon-links'
|
||||
|
Loading…
x
Reference in New Issue
Block a user