BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/mynaui/badge5

Badge5

mynaui/badge5
FreeComponent

Badges are small components that can be used to display a status or a count.

Install it

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

Source

badge5.tsxmynaui.com/r/badge5.json
1import { Badge } from "@/ui/badge";
2import { ArrowDown, ArrowLeft, ArrowUp } from "@mynaui/icons-react";
3
4export default function Badge5() {
5 return (
6 <div className="flex flex-wrap items-center gap-3">
7 {/* Positive Change */}
8 <Badge className="bg-green-50 text-green-700 hover:bg-green-50 dark:bg-green-900 dark:text-green-300 dark:hover:bg-green-900">
9 <ArrowUp className="stroke-3" />
10 9.3%
11 </Badge>
12
13 {/* Negative Change */}
14 <Badge className="bg-red-50 text-red-700 hover:bg-red-50 dark:bg-red-900 dark:text-red-300 dark:hover:bg-red-900">
15 <ArrowDown className="stroke-3" />
16 1.9%
17 </Badge>
18
19 {/* Neutral Change */}
20 <Badge className="bg-muted text-muted-foreground hover:bg-muted">
21 <ArrowLeft className="stroke-3" />
22 0.6%
23 </Badge>
24
25 {/* Large Positive */}
26 <Badge className="bg-blue-50 text-blue-700 hover:bg-blue-50 dark:bg-blue-900 dark:text-blue-300 dark:hover:bg-blue-900">
27 <ArrowUp className="stroke-3" />
28 24.7%
29 </Badge>
30
31 {/* Small Negative */}
32 <Badge className="bg-orange-50 text-orange-700 hover:bg-orange-50 dark:bg-orange-900 dark:text-orange-300 dark:hover:bg-orange-900">
33 <ArrowDown className="stroke-3" />
34 0.3%
35 </Badge>
36
37 {/* Pill Style */}
38 <Badge className="bg-purple-50 text-purple-700 hover:bg-purple-50 dark:bg-purple-900 dark:text-purple-300 dark:hover:bg-purple-900 rounded-full">
39 <ArrowUp className="stroke-3" />
40 15.2%
41 </Badge>
42
43 {/* Outlined Style */}
44 <Badge
45 variant="outline"
46 className="border-indigo-200 text-indigo-700 dark:border-indigo-700 dark:text-indigo-300"
47 >
48 <ArrowUp className="stroke-3" />
49 7.8%
50 </Badge>
51
52 {/* Solid Background */}
53 <Badge className="bg-teal-600 text-white hover:bg-teal-600 dark:bg-teal-400 dark:text-black dark:hover:bg-teal-400">
54 <ArrowUp className="stroke-3" />
55 12.4%
56 </Badge>
57 </div>
58 );
59}

What it pulls in

npm packages

  • @mynaui/icons-react

Other registry items

  • badge

Files it writes

  • page.tsx
  • badge5.tsx

Facts

Registry
mynaui
Type
registry:component
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-13
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

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex