File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
packages/react/src/components/Grid Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -425,36 +425,6 @@ export const Default = (args) => {
425425 ) ;
426426} ;
427427
428- export const Test1 = ( args ) => {
429- // Grab the style from here to see the visual example
430- //https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/Grid/FlexGrid.stories.scss
431- function DemoContent ( { children } ) {
432- return (
433- < div className = "outside" >
434- < div className = "inside" > { children } </ div >
435- </ div >
436- ) ;
437- }
438- return (
439- < FlexGrid { ...args } as = "section" >
440- < Row >
441- < Column as = "section" >
442- < DemoContent > 1/4</ DemoContent >
443- </ Column >
444- < Column >
445- < DemoContent > 1/4</ DemoContent >
446- </ Column >
447- < Column >
448- < DemoContent > 1/4</ DemoContent >
449- </ Column >
450- < Column >
451- < DemoContent > 1/4</ DemoContent >
452- </ Column >
453- </ Row >
454- </ FlexGrid >
455- ) ;
456- } ;
457-
458428Default . args = {
459429 as : 'div' ,
460430 fullWidth : false ,
You can’t perform that action at this time.
0 commit comments