{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"c-input-group-20","type":"registry:block","title":"Input group demonstrating label usage","description":"Input group demonstrating label usage","dependencies":[],"registryDependencies":["field","input-group"],"files":[{"path":"c-input-group-20.tsx","type":"registry:block","content":"import { Field, FieldLabel } from \"@/components/ui/field\"\nimport {\n  InputGroup,\n  InputGroupAddon,\n  InputGroupInput,\n} from \"@/components/ui/input-group\"\nimport { IconPlaceholder } from \"@/app/(create)/components/icon-placeholder\"\n\nexport function Pattern() {\n  return (\n    <Field className=\"max-w-xs\">\n      <FieldLabel htmlFor=\"search-input\">Search Components</FieldLabel>\n      <InputGroup>\n        <InputGroupAddon>\n          <IconPlaceholder\n            lucide=\"SearchIcon\"\n            tabler=\"IconSearch\"\n            hugeicons=\"Search01Icon\"\n            phosphor=\"MagnifyingGlassIcon\"\n            remixicon=\"RiSearchLine\"\n            className=\"text-muted-foreground\"\n          />\n        </InputGroupAddon>\n        <InputGroupInput id=\"search-input\" placeholder=\"Search...\" />\n      </InputGroup>\n    </Field>\n  )\n}","target":"components/examples/c-input-group-20.tsx"}],"meta":{"order":20}}