footer-01

PreviousNext

A simple footer.

Docs
aliimamblock

Preview

Loading preview…
registry/default/blocks/footer/footer-01/page.tsx
import { Footer } from "@/registry/default/blocks/footer/footer-01/components/footer";

export default function Header05() {
  return (
    <div className="flex flex-col min-h-screen w-full">
      <Footer />
    </div>
  );
}

Installation

npx shadcn@latest add @aliimam/footer-01

Usage

import { Footer01 } from "@/components/footer-01"
<Footer01 />