Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you do a nested grid #65

Open
adamjw3 opened this issue Jun 2, 2020 · 1 comment
Open

How do you do a nested grid #65

adamjw3 opened this issue Jun 2, 2020 · 1 comment

Comments

@adamjw3
Copy link

adamjw3 commented Jun 2, 2020

  <Grid columns={"1"} justifyContent="center" rowGap="40px">
        <Cell>
            <Grid columns="5">
<Cell></Cell>
<Cell></Cell>
<Cell></Cell>
<Cell></Cell>
<Cell></Cell>
           </Grid>
</Cell>
<Cell></Cell>
.....
</Grid>

The 5 columsn nested doesn't work

@murffious
Copy link

murffious commented Sep 23, 2020

Nested Grid also not working for me in Firefox only

<Grid columns={6}>
            <Cell width={3}>
                   <Grid columns="repeat(3, 280px)" >
                     // doing a map over some cells 
                          <Cell ><Cell />
                       </Grid >
             </Cell>
  <Cell width={2}>
 </Cell>
            <Cell width={1}>
 </Cell>
                      </Grid >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants