{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-button-23",
  "description": "Outline like button with count",
  "dependencies": [
    "lucide-react"
  ],
  "registryDependencies": [
    "@coss/button"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-button-23.tsx",
      "content": "import { ThumbsUpIcon } from \"lucide-react\";\nimport { Button } from \"@/registry/default/ui/button\";\n\nexport default function Particle() {\n  return (\n    <Button className=\"pe-0\" variant=\"outline\">\n      <ThumbsUpIcon aria-hidden=\"true\" />\n      Like\n      <span className=\"relative ms-1 px-3 font-medium text-muted-foreground text-xs before:absolute before:inset-0 before:left-0 before:w-px before:bg-input\">\n        86\n      </span>\n    </Button>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "button"
  ],
  "type": "registry:block"
}