Components
Loading preview...
A minimalistic Responsive Footer Navigation with Active and Coming Soon Elements That can Be used now but also be prepped for the future.
@radu-activation-popescu
npx shadcn@latest add https://21st.dev/r/radu/footer-taped-designimport { Component } from "@/components/ui/footer-taped-design";
export default function DemoOne() {
return (
<main className="w-screen min-h-screen mx-auto bg-[#F0F0F0]">
<Component />
</main>
);
}