{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "sf-input",
"title": "SF Input",
"description": "Brutalist text input with 2px border-bottom, mono uppercase placeholder",
"registryDependencies": [
"input"
],
"files": [
{
"path": "components/sf/sf-input.tsx",
"content": "import { Input } from \"@/components/ui/input\";\nimport { cn } from \"@/lib/utils\";\n\n/**\n * Text input field — FRAME layer form primitive.\n *\n * Enforces SF input contract: font-mono, uppercase, 2px foreground border,\n * sf-focusable keyboard indicator, and sf-border-draw-focus for SIGNAL-layer\n * focus animation. Placeholder inherits uppercase and tracking styles.\n *\n * @param className - Merged via cn() after base classes\n *\n * @example\n * \n * \n */\nexport function SFInput({\n className,\n ...props\n}: React.ComponentProps) {\n return (\n \n );\n}\n",
"type": "registry:ui"
}
],
"meta": {
"layer": "frame",
"pattern": "A"
},
"type": "registry:ui"
}