{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "pricing-toggle-demo", "title": "Pricing Toggle Demo", "description": "Example showing monthly/annual pricing toggle with animated prices.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/pricing-toggle" ], "files": [ { "path": "registry/example/pricing-toggle-demo.tsx", "content": "\"use client\"\n\nimport { useState } from \"react\"\nimport { PricingToggle, AnimatedPrice } from \"../pioneerui/pricing-toggle\"\n\nexport default function PricingToggleDemo() {\n const [isAnnual, setIsAnnual] = useState(false)\n\n return (\n
\n \n
\n
\n

Starter

\n \n
\n
\n

Pro

\n \n
\n
\n

Enterprise

\n \n
\n
\n
\n )\n}\n", "type": "registry:example", "target": "components/pricing-toggle-demo.tsx" } ], "type": "registry:example" }