{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "stocksense-ui", "homepage": "https://github.com/cakradana/stocksense-ui", "items": [ { "name": "button", "type": "registry:ui", "title": "Button", "description": "A versatile button component with multiple variants and sizes.", "dependencies": ["@radix-ui/react-slot", "class-variance-authority"], "registryDependencies": [], "files": [ { "path": "src/components/ui/button.tsx", "type": "registry:ui" } ] }, { "name": "checkbox", "type": "registry:ui", "title": "Checkbox", "description": "A checkbox component that allows users to select one or more items from a set.", "dependencies": ["@radix-ui/react-checkbox", "lucide-react"], "registryDependencies": [], "files": [ { "path": "src/components/ui/checkbox.tsx", "type": "registry:ui" } ] } ] }