Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 07c214f

Browse files
Add minimal grid
1 parent 0356351 commit 07c214f

File tree

2 files changed

+5
-0
lines changed
  • packages/builder/src/components/ComponentOptions/components/Content/Loop

2 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import React from 'react'
2+
3+
export default () => <p>Foo bar</p>

packages/builder/src/components/ComponentOptions/components/Content/Loop/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { uniqBy } from 'lodash'
66
import Card from '../../../../Card'
77
import Form from '../../Form'
88

9+
import Grid from './Grid'
910
import SampleWidget from './SampleWidget'
1011
import ShuffleGroups from './ShuffleGroups'
1112

@@ -15,6 +16,7 @@ export default ({ id, data }) =>
1516
keys={ [ 'sample', 'shuffle', 'templateParameters' ] }
1617
>
1718
<Card title="Loop" wrapContent={ false }>
19+
<Grid />
1820
<CardBody>
1921
<SampleWidget />
2022
</CardBody>

0 commit comments

Comments
 (0)