File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 8
8
Default ,
9
9
KeepOnlyOneOpen ,
10
10
} from ' ./Accordion.stories.jsx' ;
11
+ import EvaluationForm from ' ../../stories/shared/EvaluationForm' ;
12
+
11
13
12
14
<Meta title = " Accordion" component = { Accordion } />
13
15
@@ -39,4 +41,6 @@ import Accordion from '@catho/quantum/Accordion';
39
41
40
42
<Canvas >
41
43
<Story of = { KeepOnlyOneOpen } />
42
- </Canvas >
44
+ </Canvas >
45
+
46
+ <EvaluationForm componentName = " Accordion" />
Original file line number Diff line number Diff line change @@ -2,11 +2,14 @@ import { Meta } from '@storybook/addon-docs';
2
2
3
3
import { Header } from ' ../shared' ;
4
4
import { Alert } from ' ../../components' ;
5
+ import EvaluationForm from ' ../../stories/shared/EvaluationForm' ;
6
+
5
7
6
8
<Meta title = " Hooks/useMaxWithMediaQuery" />
7
9
8
10
<Header title = " UseMaxWithMediaQuery" />
9
11
12
+
10
13
- [ Importing] ( #importing )
11
14
- [ Usage] ( #usage )
12
15
@@ -64,4 +67,6 @@ const Component = () => {
64
67
}
65
68
66
69
export default Component ;
67
- ```
70
+ ```
71
+
72
+ <EvaluationForm componentName = " Hooks/useMaxWithMediaQuery" />
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ import {
10
10
WithLoaderIndicator
11
11
} from ' ./InfiniteScroll.stories.jsx' ;
12
12
13
+ import EvaluationForm from ' ../../stories/shared/EvaluationForm'
14
+
15
+
13
16
<Meta title = " InfiniteScroll" component = { InfiniteScroll } />
14
17
15
18
<Header title = " InfiniteScroll" >
@@ -102,4 +105,6 @@ export default function InfiniteScrollWithLoader() {
102
105
```
103
106
<Canvas withSource = " none" >
104
107
<Story of = { WithLoaderIndicator } />
105
- </Canvas >
108
+ </Canvas >
109
+
110
+ <EvaluationForm componentName = " InfiniteScroll" />
You can’t perform that action at this time.
0 commit comments