Grid
---
import DecorativeBox from 'fulldev-ui/components/docs/DecorativeBox.astro'
import Grid from 'fulldev-ui/components/Grid.astro'
import Section from 'fulldev-ui/components/Section.astro'
---
<Section>
<Grid>
<DecorativeBox />
<DecorativeBox />
<DecorativeBox />
<DecorativeBox />
<DecorativeBox />
<DecorativeBox />
<DecorativeBox />
</Grid>
</Section>