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 be7d4e9 commit 4e10961Copy full SHA for 4e10961
.storybook/preview.js
@@ -61,13 +61,34 @@ export const parameters = {
61
"height": "540px",
62
},
63
64
- "verySmallLandscape": {
65
- "name": "Very small landscape",
+ "iphone12Pro": {
+ "name": "Iphone 12 pro",
66
"styles": {
67
- "width": "599px",
68
- "height": "337px",
+ "width": "390px",
+ "height": "844px",
69
70
71
+ "iphone5se":{
72
+ "name": "Iphone 5/SE",
73
+ "styles": {
74
+ "width": "320px",
75
+ "height": "568px",
76
+ },
77
78
+ "ipadPro": {
79
+ "name": "Ipad pro",
80
81
+ "width": "1240px",
82
+ "height": "1366px",
83
84
85
+ "Galaxy s9+": {
86
+ "name": "Galaxy S9+",
87
88
89
+ "height": "658px",
90
91
+ }
92
93
94
"options": {
0 commit comments