{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "accordion-default", "title": "Accordion Default", "description": "Accordion example: Default.", "registryDependencies": [ "accordion" ], "files": [ { "path": "apps/docs/demos/accordion/default.tsx", "content": "\"use client\";\n\nimport {\n Accordion,\n AccordionHeader,\n AccordionItem,\n AccordionPanel,\n AccordionTrigger,\n} from \"@keystoneui/react/accordion\";\n\nexport default function AccordionDefault() {\n return (\n \n \n \n What makes our UI different?\n \n \n Our UI focuses on developer experience and performance. Built with\n TypeScript, it offers excellent type safety, follows accessibility\n standards, and provides comprehensive documentation with regular\n updates.\n \n \n \n \n \n How can I customize the components?\n \n \n \n Use our CSS variables for global styling, or className and style props\n for component-specific changes. We support CSS modules, Tailwind, and\n dark mode out of the box.\n \n \n \n \n Is it optimized for performance?\n \n \n Yes, with tree-shaking, code splitting, and minimal runtime overhead.\n Most components are under 5KB gzipped.\n \n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }