Components
Compact dark footer with a brand name and inline developer links like docs and status.
Loading preview...
import OrbitFooter from "@/components/ui/orbit-footer";
export default function Demo() {
return (
<div className="w-full max-w-2xl p-6">
<OrbitFooter />
</div>
);
}