{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "example", "title": "Example", "files": [ { "path": "registry/base-lyra/components/example.tsx", "content": "import { cn } from \"@/registry/bases/base/lib/utils\"\n\nfunction ExampleWrapper({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n
\n \n
\n )\n}\n\nfunction Example({\n title,\n children,\n className,\n containerClassName,\n ...props\n}: React.ComponentProps<\"div\"> & {\n title: string\n containerClassName?: string\n}) {\n return (\n \n
\n {title}\n
\n \n {children}\n \n \n )\n}\n\nexport { ExampleWrapper, Example }\n", "type": "registry:component" } ], "type": "registry:component" }