BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/mynaui/accordion1

Accordion1

mynaui/accordion1
FreeComponent

Accordion allow users to show or hide content, such as FAQs or descriptions.

Install it

npx shadcn@latest add https://mynaui.com/r/accordion1.json

Source

accordion1.tsxmynaui.com/r/accordion1.json
1import {
2 Accordion,
3 AccordionContent,
4 AccordionItem,
5 AccordionTrigger,
6} from "@/ui/accordion";
7
8export default function Accordion1() {
9 return (
10 <Accordion type="single" collapsible className="w-full text-sm">
11 <AccordionItem value="item-1">
12 <AccordionTrigger>What is a micro-interaction?</AccordionTrigger>
13 <AccordionContent className="text-muted-foreground">
14 Micro-interactions are events which have one main task — a single
15 purpose — and they are found all over your device and within apps.
16 </AccordionContent>
17 </AccordionItem>
18 <AccordionItem value="item-2">
19 <AccordionTrigger>
20 Why should I use a micro-interaction?
21 </AccordionTrigger>
22 <AccordionContent className="text-muted-foreground">
23 You should use micro-interactions to enhance a simple task and to make
24 the experience more enjoyable.
25 </AccordionContent>
26 </AccordionItem>
27 <AccordionItem value="item-3">
28 <AccordionTrigger>How do I use a micro-interaction?</AccordionTrigger>
29 <AccordionContent className="text-muted-foreground">
30 Start by thinking about the task you want the user to perform.
31 </AccordionContent>
32 </AccordionItem>
33 </Accordion>
34 );
35}

What it pulls in

Other registry items

  • accordion

Files it writes

  • page.tsx
  • accordion1.tsx

Facts

Registry
mynaui
Type
registry:component
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
today

Go to the source

mynaui.com Raw registry item This item as JSON

More from mynaui

All 346 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordion2accordion2mynauiComponentsFreeno deps · 2 files
Accordion3accordion3mynauiComponentsFreeno deps · 2 files
Accordion4accordion4mynauiComponentsFree1 dep · 2 files
Accordion5accordion5mynauiComponentsFree1 dep · 2 files
Alert dialog1alert-dialog1mynauiComponentsFreeno deps · 2 files
Alert dialog2alert-dialog2mynauiComponentsFree1 dep · 2 files
Alert dialog3alert-dialog3mynauiComponentsFree1 dep · 2 files
Alert dialog4alert-dialog4mynauiComponentsFree1 dep · 2 files
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