{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "accordion-card-variant-demo", "type": "registry:example", "registryDependencies": [ "accordion" ], "files": [ { "path": "src/registry/pure-ui/examples/accordion/accordion-card-variant-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 AccordionCardVariantDemo() {\r\n return (\r\n \r\n \r\n \r\n What Is Football?\r\n \r\n \r\n

\r\n A global sport where two teams aim to score goals by getting the\r\n ball into the opponent’s net.\r\n

\r\n
\r\n
\r\n \r\n \r\n Duration of the Game\r\n \r\n \r\n

\r\n A match lasts 90 minutes, divided into two halves, with added\r\n stoppage time as needed.\r\n

\r\n
\r\n
\r\n \r\n \r\n Basic Rules\r\n \r\n \r\n

\r\n Players can use any body part except their hands (goalkeepers\r\n excluded). Fouls, offsides, and penalties shape the game.\r\n

\r\n
\r\n
\r\n \r\n \r\n Player Positions\r\n \r\n \r\n

\r\n Teams have defenders, midfielders, forwards, and a goalkeeper—each\r\n with specific responsibilities on the field.\r\n

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