{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-sign-up-1", "type": "registry:block", "title": "Sign Up block", "description": "Mist Kit Sign Up block, variant two", "registryDependencies": [ "button", "input", "label" ], "files": [ { "path": "../../packages/mist-kit/blocks/sign-up/one/index.tsx", "content": "import { LogoIcon } from '@/components/logo'\nimport { Button } from '@/components/ui/button'\nimport { Input } from '@/components/ui/input'\nimport { Label } from '@/components/ui/label'\nimport Link from 'next/link'\n\nexport default function LoginPage() {\n return (\n \n \n \n \n \n \n \n \n Welcome to Vengeance UI! Create an Account to Get Started\n \n \n\n \n \n \n \n \n \n \n \n Google\n \n \n \n \n \n \n Facebook\n \n \n \n \n \n \n \n \n Microsoft\n \n \n\n \n\n \n \n \n Email\n \n \n \n\n \n Continue\n \n \n \n \n \n Already have an account ?\n \n Sign In\n \n \n \n \n \n )\n}\n", "type": "registry:component", "target": "components/sign-up-one.tsx" }, { "path": "../../packages/core/src/components/logo.tsx", "content": "import { cn } from '@/lib/utils'\n\nexport const Logo = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoIcon = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoStroke = ({ className }: { className?: string }) => {\n return (\n \n \n \n )\n}\n", "type": "registry:component", "target": "components/logo.tsx" } ] }
\n Already have an account ?\n \n Sign In\n \n