{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "page-kit", "homepage": "https://page-kit.vercel.app", "items": [ { "name": "button", "type": "registry:ui", "author": "MD ZAHID HASAN (https://zahid-hasan.vercel.app)", "title": "a unique button", "description": "A customizable button component with various styles and sizes.", "registryDependencies": [], "files": [ { "path": "src/registry/ui/button.tsx", "type": "registry:ui" } ] }, { "name": "login-page-1", "type": "registry:block", "title": "Login Page 1", "author": "MD ZAHID HASAN (https://zahid-hasan.vercel.app)", "description": "A responsive login page component with animations and form validation.", "registryDependencies": [], "dependencies": ["motion","lucide-react","tailwind-merge","clsx"], "files": [ { "path": "src/registry/blocks/login-page-1/login-page-1.tsx", "type": "registry:block" } ] }, { "name": "login-page-2", "type": "registry:block", "title": "Login Page 2", "author": "MD ZAHID HASAN (https://zahid-hasan.vercel.app)", "description": "A modern login page component with social media login options and responsive design.", "registryDependencies": [], "dependencies": ["tailwind-merge","clsx"], "files": [ { "path": "src/registry/blocks/login-page-2/login-page-2.tsx", "type": "registry:block" } ] } ] }