{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "accordion-reduce-motion-demo", "type": "registry:example", "registryDependencies": [ "accordion" ], "files": [ { "path": "src/registry/pure-ui/examples/accordion/accordion-reduce-motion-demo.tsx", "content": "import {\r\n Accordion,\r\n AccordionPanel,\r\n AccordionItem,\r\n AccordionTrigger,\r\n} from \"@/registry/pure-ui/ui/accordion\";\r\n\r\nexport function AccordionReduceMotionDemo() {\r\n return (\r\n \r\n \r\n What is Base UI?\r\n \r\n

\r\n Base UI is a library of high-quality unstyled React components for\r\n design systems and web apps.\r\n

\r\n
\r\n
\r\n \r\n How do I get started?\r\n \r\n

\r\n Head to the “Quick start” guide in the docs. If you’ve used unstyled\r\n libraries before, you’ll feel at home.\r\n

\r\n
\r\n
\r\n \r\n Can I use it for my project?\r\n \r\n

\r\n Of course! Base UI is free and open source.\r\n

\r\n
\r\n
\r\n
\r\n );\r\n}\r\n", "type": "registry:example" } ] }