Skip to content

Commit 338ee3d

Browse files
authored
Merge pull request #541 from catho/QTM-609
docs [QTM-609] Includes EvaluationForm in Link and List
2 parents ebb2dc4 + 48ba81d commit 338ee3d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

stories/Link/Link.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import {
99
Dark,
1010
} from './Link.stories.jsx';
1111

12+
import EvaluationForm from '../../stories/shared/EvaluationForm'
13+
14+
1215
<Meta
1316
title="Foundation/Link"
1417
component={Link}
@@ -44,4 +47,6 @@ import Link from '@catho/quantum/Link';
4447

4548
<Canvas>
4649
<Story of={Dark}/>
47-
</Canvas>
50+
</Canvas>
51+
52+
<EvaluationForm componentName="Link" />

stories/List/List.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import {
1313
WithIcons,
1414
} from './List.stories.jsx';
1515

16+
import EvaluationForm from '../../stories/shared/EvaluationForm'
17+
18+
1619
<Meta
1720
title="Foundation/List"
1821
component={List}
@@ -66,4 +69,6 @@ import List from '@catho/quantum/List';
6669

6770
<Canvas>
6871
<Story of={WithIcons} />
69-
</Canvas>
72+
</Canvas>
73+
74+
<EvaluationForm componentName="List" />

0 commit comments

Comments
 (0)