Fulldev UI

Docs Components Blocks

Footer

---
import Footer from 'fulldev-ui/components/Footer.astro'
---

<Footer
  heading="Fulldev UI"
  text="Rapidly build content-driven websites."
  columns={[
    {
      heading: 'Pages',
      links: [
        { href: '/overview/introduction', text: 'Docs' },
        { href: '/typography/heading', text: 'Components' },
        { href: '/blocks', text: 'Blocks' },
      ],
    },
  ]}
/>
---
import Footer from 'fulldev-ui/components/Footer.astro'
---

<Footer
  heading="Fulldev UI"
  text="Rapidly build content-driven websites."
  frame="panel"
  columns={[
    {
      heading: 'Pages',
      links: [
        { href: '/overview/introduction', text: 'Docs' },
        { href: '/typography/heading', text: 'Components' },
        { href: '/blocks', text: 'Blocks' },
      ],
    },
  ]}
/>
---
import Footer from 'fulldev-ui/components/Footer.astro'
---

<Footer
  heading="Fulldev UI"
  text="Rapidly build content-driven websites."
  frame="none"
  columns={[
    {
      heading: 'Pages',
      links: [
        { href: '/overview/introduction', text: 'Docs' },
        { href: '/typography/heading', text: 'Components' },
        { href: '/blocks', text: 'Blocks' },
      ],
    },
  ]}
/>