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