{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"primary-button","type":"registry:component","title":"Primary Button","description":"The default call to action, solid fill with hover and focus states.","dependencies":["framer-motion"],"files":[{"path":"components/ui/PrimaryButton.tsx","type":"registry:component","content":"\"use client\";\n\nimport { motion, useReducedMotion } from \"framer-motion\";\n\nexport function PrimaryButton({ children }: { children: React.ReactNode }) {\n const shouldReduceMotion = useReducedMotion();\n\n return (\n \n {children}\n \n );\n}","target":"components/ui/PrimaryButton.tsx"}]}