Skip to content

Commit

Permalink
chore(grid): cleanup playground story (#12582)
Browse files Browse the repository at this point in the history
closes #12248

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
alisonjoseph and kodiakhq[bot] committed Nov 9, 2022
1 parent dd2b586 commit acad2b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/react/src/components/Grid/FlexGrid.stories.js
Expand Up @@ -4,7 +4,7 @@ import { FlexGrid, Row, Column } from './';
import mdx from './FlexGrid.mdx';

export default {
title: 'Components/FlexGrid',
title: 'Elements/FlexGrid',
component: FlexGrid,
subcomponents: {
Row,
Expand Down Expand Up @@ -323,6 +323,12 @@ Playground.argTypes = {
},
defaultValue: 'div',
},
children: {
control: false,
},
className: {
control: false,
},
fullWidth: {
control: {
type: 'boolean',
Expand Down
6 changes: 6 additions & 0 deletions packages/react/src/components/Grid/Grid.stories.js
Expand Up @@ -289,6 +289,12 @@ Playground.argTypes = {
},
defaultValue: 'div',
},
children: {
control: false,
},
className: {
control: false,
},
fullWidth: {
control: {
type: 'boolean',
Expand Down

0 comments on commit acad2b8

Please sign in to comment.