BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/flx/accordion-02

Multiple

flx/accordion-02
FreeBlock

type="multiple" keeps several sections open at once.

Install it

npx shadcn@latest add https://ui.flexnative.com/r/accordion-02.json

Source

registry/patterns/accordion/accordion-02.tsxui.flexnative.com/r/accordion-02.json
1import {
2 Accordion,
3 AccordionContent,
4 AccordionItem,
5 AccordionTrigger,
6} from '@/components/ui/accordion'
7
8export function Accordion02() {
9 return (
10 <Accordion
11 multiple
12 defaultValue={['item-1', 'item-2']}
13 className="w-full max-w-md"
14 >
15 <AccordionItem value="item-1">
16 <AccordionTrigger>Shipping</AccordionTrigger>
17 <AccordionContent>
18 Orders ship within two business days. Tracking is emailed as soon as
19 your package leaves the warehouse.
20 </AccordionContent>
21 </AccordionItem>
22 <AccordionItem value="item-2">
23 <AccordionTrigger>Returns</AccordionTrigger>
24 <AccordionContent>
25 Return any item within 30 days for a full refund. Items must be unworn
26 and in the original packaging.
27 </AccordionContent>
28 </AccordionItem>
29 <AccordionItem value="item-3">
30 <AccordionTrigger>Warranty</AccordionTrigger>
31 <AccordionContent>
32 Every product is covered by a one-year limited warranty against
33 manufacturing defects.
34 </AccordionContent>
35 </AccordionItem>
36 </Accordion>
37 )
38}

What it pulls in

Other registry items

  • accordion

Files it writes

  • registry/patterns/accordion/accordion-02.tsx

Facts

Registry
flx
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-04
Last confirmed
today

Go to the source

ui.flexnative.com felipemenezes098/ui-flx on GitHub Raw registry item This item as JSON

More from flx

All 446 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Basicaccordion-01flxBlocksFreeno deps
With iconsaccordion-03flxBlocksFreeno deps
FAQaccordion-04flxBlocksFreeno deps
Separated cardsaccordion-05flxBlocksFreeno deps
Plus / minus iconaccordion-06flxBlocksFree1 dep
Left chevronaccordion-07flxBlocksFree1 dep
Rich contentaccordion-09flxBlocksFreeno deps
Disabled itemaccordion-10flxBlocksFreeno 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