-
-
Notifications
You must be signed in to change notification settings - Fork 249
/
Copy pathindex.js
35 lines (26 loc) · 1.23 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
import React from 'react';
import { configureReadme, addFooter, addHeader } from 'storybook-readme';
configureReadme({
// codeTheme: 'far',
header: `
### \`storybook-readme\` addon example
<img src="https://storybook.js.org//images/logos/logo-storybook.svg"/>
---
`,
footer: `
---
- Sources of this storybook (with React components) [tuchk4/storybook-readme/packages/example-react](https://github.com/tuchk4/storybook-readme/tree/master/packages/example-react)
- Sources of the same Vue storybook [tuchk4/storybook-readme/packages/example-vue](https://github.com/tuchk4/storybook-readme/tree/master/packages/example-vue)
- Issues and suggestions [storybook-readme/issues](https://github.com/tuchk4/storybook-readme/issues). You are welcome to suggest to awesome feature or report an annoying bug.
- <img src="https://upload.wikimedia.org/wikipedia/ru/thumb/9/9f/Twitter_bird_logo_2012.svg/1200px-Twitter_bird_logo_2012.svg.png" alt="twitter" style="width:16px;"/> [tuchk4](https://twitter.com/tuchk)
`,
});
import './Button';
import './withCustomPreview';
import './withSidebarDocs';
import './withContentDocs';
import './withEmoji';
import './withPropsTable';
import './withCustomTheme';
import './withCustomCodeTheme';
import './withOldApi';