Skip to content

Commit 5d8cb27

Browse files
feat: add custom option to preview dimension selection
1 parent 926cb49 commit 5d8cb27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/sandbox/src/components/PreviewDimension.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ export const PreviewDimension: FunctionComponent<{
3838
control={<Radio />}
3939
label="Mobile"
4040
/>
41+
<FormControlLabel
42+
value="custom"
43+
control={<Radio />}
44+
label="Custom"
45+
/>
4146
</RadioGroup>
4247
</FormControl>
4348
)

0 commit comments

Comments
 (0)