{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "headless-accordion-demo", "type": "registry:ui", "title": "Headless Accordion Demo", "description": "Demo showing an animated headless accordion.", "registryDependencies": [ "https://animate-ui.com/r/headless-accordion" ], "files": [ { "path": "registry/demo/headless/accordion/index.tsx", "content": "import {\n Accordion,\n AccordionItem,\n AccordionButton,\n AccordionPanel,\n} from '@/components/animate-ui/headless/accordion';\n\nexport const HeadlessAccordionDemo = () => {\n return (\n \n \n What is Animate UI?\n \n Animate UI is an open-source distribution of React components built\n with TypeScript, Tailwind CSS, and Motion.\n \n \n \n \n How is it different from other libraries?\n \n \n Instead of installing via NPM, you copy and paste the components\n directly. This gives you full control to modify or customize them as\n needed.\n \n \n \n Is Animate UI free to use?\n \n Absolutely! Animate UI is fully open-source. You can use, modify, and\n adapt it to fit your needs.\n \n \n \n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/headless/accordion.tsx" } ] }