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