We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bd0b7 commit e69dc98Copy full SHA for e69dc98
src/Tabs/Tabs.stories.js
@@ -1,12 +1,4 @@
1
import React, { useState } from 'react';
2
-// import {
3
-// Title,
4
-// Subtitle,
5
-// Description,
6
-// Primary,
7
-// Props,
8
-// Stories
9
-// } from '@storybook/addon-docs/blocks';
10
11
import {
12
Tabs,
@@ -36,16 +28,6 @@ export default {
36
28
</div>
37
29
)
38
30
]
39
- // parameters: {
40
- // docs: {
41
- // page: () => (
42
- // <>
43
- // <Title />
44
- // <Props />
45
- // </>
46
- // )
47
- // }
48
49
31
};
50
32
export const Default = () => {
51
33
const [state, setState] = useState({
0 commit comments