Skip to content

Commit b12ea3e

Browse files
committed
docs: Includes EvaluationForm in Theme, Icon and Breakpoints documentation
1 parent b97cdbd commit b12ea3e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

stories/Breakpoints/Breakpoints.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Meta } from '@storybook/addon-docs';
33
import { Alert } from '../../components';
44
import { Header } from '../shared'
55
import { StyledDivExample } from './styles'
6+
import EvaluationForm from '../../stories/shared/EvaluationForm'
7+
68

79
<Meta title="Foundation/Breakpoints" />
810

@@ -61,4 +63,6 @@ const StyledDiv = styled.div`
6163

6264
Test the div in different sizes:
6365

64-
<StyledDivExample>Test me in different sizes =)</StyledDivExample>
66+
<StyledDivExample>Test me in different sizes =)</StyledDivExample>
67+
68+
<EvaluationForm componentName="Breakpoints" />

stories/Icon/Icon.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Meta, Story } from '@storybook/addon-docs';
33
import Header from '../shared/Header';
44
import { ExampleIcons, ExampleIncorrectIcons } from './ExampleIcons';
55
import Catalogue from './Catalogue';
6+
import EvaluationForm from '../../stories/shared/EvaluationForm'
7+
68

79
<Meta title="Foundation/Icons" />
810

@@ -65,4 +67,6 @@ element and no icon will render.
6567

6668
### Available Icons
6769

68-
<Catalogue/>
70+
<Catalogue/>
71+
72+
<EvaluationForm componentName="Icons" />

stories/Theme/Theme.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Meta } from '@storybook/addon-docs';
33
import { Header } from '../shared'
44

55
import { BreakpointsProperties, ColorIntensity, SpacingValues } from './Theme';
6+
import EvaluationForm from '../../stories/shared/EvaluationForm'
7+
68

79
<Meta title="Foundation/Theme" />
810

@@ -129,4 +131,6 @@ badge: {
129131
},
130132
},
131133
}
132-
```
134+
```
135+
136+
<EvaluationForm componentName="Theme" />

0 commit comments

Comments
 (0)