Skip to content

Commit 637cb2b

Browse files
authored
docs(storybook): enable codePanel (#20229)
1 parent ebcc6c7 commit 637cb2b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/react/.storybook/preview.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,8 @@ const parameters = {
189189
<Stories includePrimary={false} />
190190
</>
191191
),
192+
codePanel: true,
192193
},
193-
// Small (<672)
194-
// Medium (672 - 1056px)
195-
// Large (1056 - 1312px)
196-
// X-Large (1312 - 1584px)
197-
// Max (>1584)
198194
viewport: {
199195
options: {
200196
sm: {

packages/web-components/.storybook/preview.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export const parameters = {
135135
source: {
136136
excludeDecorators: true,
137137
},
138+
codePanel: true,
138139
},
139140
viewport: {
140141
options: {

0 commit comments

Comments
 (0)