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

\r\n A bat-and-ball sport played between two teams of eleven, focused on\r\n scoring runs and taking wickets.\r\n

\r\n
\r\n
\r\n \r\n \r\n Formats of the Game\r\n \r\n \r\n

\r\n Cricket has three main formats: Test, ODI, and T20—each with\r\n different lengths and strategies.\r\n

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

\r\n Teams take turns batting and bowling. The batting side scores runs,\r\n while the bowling side tries to dismiss batters.\r\n

\r\n
\r\n
\r\n \r\n \r\n Key Player Roles\r\n \r\n \r\n

\r\n Players specialize as batters, bowlers, all-rounders, or\r\n wicketkeepers—each contributing differently to the team.\r\n

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