{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "features-centered",
  "type": "registry:component",
  "title": "Features Centered",
  "description": "Features Centered",
  "files": [
    {
      "path": "registry/ui-basic/FeaturesCentered.tsx",
      "content": "import React from \"react\";\n\nexport default function FeatureCentered() {\n\treturn (\n\t\t<>\n\t\t\t{/*          <!-- Component: Feature item with square icon title and text --> */}\n\t\t\t<div className=\"flex flex-col items-center gap-4 text-center\">\n\t\t\t\t<div className=\"flex items-center rounded bg-emerald-500 p-2 text-white\">\n\t\t\t\t\t<svg\n\t\t\t\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t\t\t\tfill=\"none\"\n\t\t\t\t\t\tviewBox=\"0 0 24 24\"\n\t\t\t\t\t\tstrokeWidth=\"1.5\"\n\t\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\t\tclassName=\"h-6 w-6\"\n\t\t\t\t\t\taria-label=\"Dashboard icon\"\n\t\t\t\t\t\trole=\"graphics-symbol\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<path\n\t\t\t\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\t\t\t\tstrokeLinejoin=\"round\"\n\t\t\t\t\t\t\td=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</svg>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"flex w-full min-w-0 flex-col items-center justify-center gap-0 text-base\">\n\t\t\t\t\t<h3 className=\"mb-2 py-2 text-lg leading-6 text-slate-700\">\n\t\t\t\t\t\tResponsive Design\n\t\t\t\t\t</h3>\n\t\t\t\t\t<p className=\"text-slate-500\">\n\t\t\t\t\t\tWind UI ensures your web application looks and functions\n\t\t\t\t\t\tflawlessly on various devices, from smartphones to desktops.\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t{/*          <!-- End Feature item with square icon title and text --> */}\n\t\t</>\n\t);\n}\n",
      "type": "registry:ui"
    }
  ]
}