{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "stepper-minimal", "registryDependencies": [ "https://raw.githubusercontent.com/addisonk/custom-ui/main/public/r/stepper.json" ], "files": [ { "path": "registry/custom-ui/stepper-minimal.tsx", "content": "import {\n Stepper,\n StepperIndicator,\n StepperItem,\n StepperSeparator,\n StepperTitle,\n} from \"@/components/custom-ui/stepper\";\n\nexport default function StepperMinimal() {\n return (\n \n \n \n Create account\n \n \n \n \n Connect workspace\n \n \n \n \n Configure settings\n \n \n \n \n Invite team\n \n \n \n \n Start building\n \n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }