Fulldev UI

Docs Components Blocks

Carousel

---
import Carousel from 'fulldev-ui/components/Carousel.astro'
import DecorativeBox from 'fulldev-ui/components/docs/DecorativeBox.astro'
import Section from 'fulldev-ui/components/Section.astro'
---

<Section>
  <Carousel position="inset">
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
    <DecorativeBox />
  </Carousel>
</Section>