{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "auth-simple-layout", "dependencies": [], "registryDependencies": [ "@craft/app-logo-icon", "@craft/sonner" ], "files": [ { "path": "registry/new-york-v4/blocks/auth-simple-layout.tsx", "content": "import { Link } from \"@inertiajs/react\";\nimport AppLogoIcon from \"@/components/app-logo-icon\";\nimport { Toaster } from \"@/components/ui/sonner\";\nimport type { AuthLayoutProps } from \"@/types\";\n\nexport default function AuthSimpleLayout({ children, title, description }: AuthLayoutProps) {\n return (\n
\n
\n
\n
\n \n
\n \n
\n {title}\n \n\n
\n

{title}

\n

\n {description}\n

\n
\n
\n {children}\n \n
\n
\n
\n );\n}\n", "type": "registry:block" } ], "type": "registry:block" }