Skip to content

Commit

Permalink
Add CSF upgrade example (#8807)
Browse files Browse the repository at this point in the history
Add CSF upgrade example
  • Loading branch information
ndelangen authored Nov 15, 2019
2 parents 2a0dbf7 + 0de4fb8 commit 90b0c8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions addons/notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ storiesOf('Button', module).add(
);
```

### Upgrading to CSF Format

Add `notes` to the `parameters` object:

```js
export default {
parameters: {
notes: 'My notes',
}
}
```

## Using Markdown

Using Markdown in your notes is supported, Storybook will load Markdown as raw by default.
Expand Down

0 comments on commit 90b0c8e

Please sign in to comment.