{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "feature-card-demo", "title": "Feature Card Demo", "description": "Example showing feature cards with icon, title, and description.", "registryDependencies": [ "https://pioneerui.com/r/feature-card" ], "files": [ { "path": "registry/example/feature-card-demo.tsx", "content": "import { FeatureCard, FeatureGrid } from \"../pioneerui/feature-card\"\n\nconst ZapIcon = () => (\n \n \n \n)\n\nconst ShieldIcon = () => (\n \n \n \n)\n\nconst GlobeIcon = () => (\n \n \n \n \n)\n\nexport default function FeatureCardDemo() {\n return (\n
\n \n }\n title=\"Lightning Fast\"\n description=\"Optimized for performance with zero runtime overhead and tree-shaking support.\"\n highlighted\n />\n }\n title=\"Type Safe\"\n description=\"Full TypeScript support with auto-complete and compile-time error checking.\"\n />\n }\n title=\"Accessible\"\n description=\"Built with ARIA attributes and keyboard navigation support out of the box.\"\n />\n \n
\n )\n}\n", "type": "registry:example", "target": "components/feature-card-demo.tsx" } ], "type": "registry:example" }