{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "card-basic",
  "type": "registry:component",
  "title": "Card Basic",
  "description": "Card Basic",
  "files": [
    {
      "path": "registry/ui-basic/CardBasic.tsx",
      "content": "import React from \"react\";\n\nexport default function CardBasic() {\n\treturn (\n\t\t<>\n\t\t\t{/*<!-- Component: Basic card --> */}\n\t\t\t<div className=\"overflow-hidden rounded bg-white text-slate-500 shadow-md shadow-slate-200\">\n\t\t\t\t<div className=\"p-6\">\n\t\t\t\t\t<h3 className=\"mb-4 text-xl font-medium text-slate-700\">\n\t\t\t\t\t\tSomething to remember\n\t\t\t\t\t</h3>\n\t\t\t\t\t<p>\n\t\t\t\t\t\tAll components can be copied and pasted and easily implemented\n\t\t\t\t\t\tin your tailwind css projects. You can choose which language\n\t\t\t\t\t\tyou want to copy the desired component and just hover and\n\t\t\t\t\t\tclick on the component you need and paste it on your project.\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t{/*<!-- End Basic card --> */}\n\t\t</>\n\t);\n}\n",
      "type": "registry:ui"
    }
  ]
}