Skip to content

Commit

Permalink
doc(help) add readme as doc in help component #52 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-thierno authored and guillaumechervetaxa committed Feb 1, 2019
1 parent 1895c7a commit f72939a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/help/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
npm i @axa-fr/react-toolkit-help
```

### Import

```javascript
import Help from '@axa-fr/react-toolkit-help';
```
2 changes: 1 addition & 1 deletion storybook/storybook/src/packages/help/src/Help.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stories.push({
const storyData = {
name: 'Help',
stories,
readme,
docs: readme,
};

addToStorie(storyData, module);

0 comments on commit f72939a

Please sign in to comment.