BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Pure UI/accordion-card-variant-demo

accordion-card-variant-demo

pure-ui/accordion-card-variant-demo
FreeExample

Pure UI publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/MusKRI/pure-ui/main/public/r/accordion-card-variant-demo.json

Source

src/registry/pure-ui/examples/accordion/accordion-card-variant-demo.tsxraw.githubusercontent.com/MusKRI/pure-ui/main/public/r/accordion-card-variant-demo.json
1import {
2 Accordion,
3 AccordionPanel,
4 AccordionItem,
5 AccordionTrigger,
6} from "@/registry/pure-ui/ui/accordion";
7
8export function AccordionCardVariantDemo() {
9 return (
10 <Accordion variant="card" className="w-full max-w-xl">
11 <AccordionItem value="item-1">
12 <AccordionTrigger className="flex items-center gap-2">
13 What Is Football?
14 </AccordionTrigger>
15 <AccordionPanel className="flex flex-col gap-4 text-balance">
16 <p className="text-[15px] text-muted-foreground">
17 A global sport where two teams aim to score goals by getting the
18 ball into the opponent’s net.
19 </p>
20 </AccordionPanel>
21 </AccordionItem>
22 <AccordionItem value="item-2">
23 <AccordionTrigger className="flex items-center gap-2">
24 Duration of the Game
25 </AccordionTrigger>
26 <AccordionPanel className="flex flex-col gap-4 text-balance">
27 <p className="text-[15px] text-muted-foreground">
28 A match lasts 90 minutes, divided into two halves, with added
29 stoppage time as needed.
30 </p>
31 </AccordionPanel>
32 </AccordionItem>
33 <AccordionItem value="item-3">
34 <AccordionTrigger className="flex items-center gap-2">
35 Basic Rules
36 </AccordionTrigger>
37 <AccordionPanel className="flex flex-col gap-4 text-balance">
38 <p className="text-[15px] text-muted-foreground">
39 Players can use any body part except their hands (goalkeepers
40 excluded). Fouls, offsides, and penalties shape the game.
41 </p>
42 </AccordionPanel>
43 </AccordionItem>
44 <AccordionItem value="item-4">
45 <AccordionTrigger className="flex items-center gap-2">
46 Player Positions
47 </AccordionTrigger>
48 <AccordionPanel className="flex flex-col gap-4 text-balance">
49 <p className="text-[15px] text-muted-foreground">
50 Teams have defenders, midfielders, forwards, and a goalkeeper—each
51 with specific responsibilities on the field.
52 </p>
53 </AccordionPanel>
54 </AccordionItem>
55 </Accordion>
56 );
57}

What it pulls in

Other registry items

  • accordion

Files it writes

  • src/registry/pure-ui/examples/accordion/accordion-card-variant-demo.tsx

Facts

Registry
Pure UI
Type
registry:example
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
today

Go to the source

pure.kam-ui.com MusKRI/pure-ui on GitHub Raw registry item This item as JSON

More from Pure UI

All 291 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordion-custom-indicator-demoaccordion-custom-indicator-demoPure UIExamplesFreeno deps
accordion-default-variant-demoaccordion-default-variant-demoPure UIExamplesFreeno deps
accordion-demoaccordion-demoPure UIExamplesFreeno deps
accordion-disabled-state-demoaccordion-disabled-state-demoPure UIExamplesFreeno deps
accordion-fade-demoaccordion-fade-demoPure UIExamplesFreeno deps
accordion-multiple-expanded-demoaccordion-multiple-expanded-demoPure UIExamplesFreeno deps
accordion-perspective-blur-demoaccordion-perspective-blur-demoPure UIExamplesFreeno deps
accordion-perspective-demoaccordion-perspective-demoPure UIExamplesFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex