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 56e5782 commit a31979eCopy full SHA for a31979e
storybook/stories/DifferentSizesStory.jsx
@@ -7,6 +7,7 @@ import {
7
ALIGN_LEFT,
8
ALIGN_RIGHT,
9
ALIGN_TOP,
10
+ ALIGN_COVER,
11
UncontrolledReactSVGPanZoom
12
} from '../../src/index';
13
@@ -34,12 +35,14 @@ export default class DifferentSizesStory extends Component {
34
35
SVGAlignX: select('toolbarProps.SVGAlignX', {
36
[ALIGN_LEFT]: ALIGN_LEFT,
37
[ALIGN_CENTER]: ALIGN_CENTER,
- [ALIGN_RIGHT]: ALIGN_RIGHT
38
+ [ALIGN_RIGHT]: ALIGN_RIGHT,
39
+ [ALIGN_COVER]: ALIGN_COVER,
40
}, ALIGN_LEFT),
41
SVGAlignY: select('toolbarProps.SVGAlignY', {
42
[ALIGN_TOP]: ALIGN_TOP,
43
- [ALIGN_BOTTOM]: ALIGN_BOTTOM
44
+ [ALIGN_BOTTOM]: ALIGN_BOTTOM,
45
46
}, ALIGN_TOP),
47
}
48
0 commit comments