{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "footer", "type": "registry:ui", "title": "Footer", "description": "Minimal multi-column footer.", "dependencies": [], "registryDependencies": [], "files": [ { "path": "registry/starkui/footer.tsx", "content": "export function Footer({\n brand,\n columns = [],\n copyright,\n}: {\n brand: React.ReactNode;\n columns?: { title: string; links: { label: string; href: string }[] }[];\n copyright?: string;\n}) {\n return (\n \n );\n}\n", "type": "registry:ui", "target": "components/ui/footer.tsx" } ] }