Block

Footer.

A site footer with the brand, three link columns, a newsletter field and a status line. Columns fold into two on phones.

Installation#

$npx lanterncn add footer

This copies the file into components/footer and installs every component it uses. With the shadcn CLI: npx shadcn@latest add httptim/lantern-ui/footer.

Usage#

Render it from any page.

import Footer from "@/components/footer/footer";

export default function Page() {
  return <Footer />;
}