LogoNITC

Footer

Footer component for ntuniso website.

ps. This component DID NOT give you school logo, you need to add it by yourself.

import Footer01 from "@/components/ui/footer-01";

export function ButtonDemo() {
    return (
        // put this inside body tag, layout page, etc
        <div className="">
            <Footer01 />
        </div>
    );
}

Installation

pnpm dlx shadcn@latest add https://nitc-shadcn.vercel.app/r/footer-01.json

Usage

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

Reference

Nothing

On this page