{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "example-with-css", "title": "Example with CSS", "description": "A login form with a CSS file.", "files": [ { "path": "registry/new-york/blocks/example-with-css/example-card.tsx", "content": "import Link from \"next/link\";\nimport \"./example-card.css\";\n\nexport function ExampleCard() {\n\treturn (\n\t\t
\n\t\t\t\t\tPlease enter your credentials to continue\n\t\t\t\t
\n\t\t\t\t\n\t\t\t