BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/mynaui/button5

Button5

mynaui/button5
FreeComponent

Buttons are used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.

Install it

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

Source

button5.tsxmynaui.com/r/button5.json
1import { Badge } from "@/ui/badge";
2import { Button } from "@/ui/button";
3import { CheckCircle } from "@mynaui/icons-react";
4
5export default function Button5() {
6 return (
7 <>
8 <Button variant="outline">
9 Commits
10 <Badge
11 variant="outline"
12 className="font-mono text-muted-foreground -me-1"
13 >
14 42
15 </Badge>
16 </Button>
17 <Button variant="outline">
18 <Badge
19 variant="outline"
20 className="font-mono text-muted-foreground -ms-1"
21 >
22 4
23 </Badge>
24 Files Changed
25 </Button>
26 <Button variant="outline">
27 <CheckCircle className="stroke-2" />
28 Checks
29 <Badge
30 variant="outline"
31 className="font-mono text-muted-foreground -me-1"
32 >
33 24
34 </Badge>
35 </Button>
36 </>
37 );
38}

What it pulls in

npm packages

  • @mynaui/icons-react

Other registry items

  • badge
  • button

Files it writes

  • page.tsx
  • button5.tsx

Facts

Registry
mynaui
Type
registry:component
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-01
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
Accordion1accordion1mynauiComponentsFreeno deps · 2 files
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
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