BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/efferd/dashboard-3

dashboard-3

efferd-/dashboard-3
FreeBlock

Customer support dashboard with conversation charts, CSAT scores, on-duty team, and recent tickets.

Install it

npx shadcn@latest add http://efferd.com/r/dashboard-3.json

Source

registry/blocks/dashboard/3/channel-breakdown-chart.tsxefferd.com/r/dashboard-3.json
1"use client";
2
3import { cn } from "@/lib/utils";
4import type { ComponentProps } from "react";
5import { LabelList, Pie, PieChart } from "recharts";
6import {
7 Card,
8 CardContent,
9 CardDescription,
10 CardHeader,
11 CardTitle,
12} from "@/components/ui/card";
13import {
14 type ChartConfig,
15 ChartContainer,
16 ChartLegend,
17 ChartLegendContent,
18} from "@/components/ui/chart";
19import { Delta, DeltaIcon, DeltaValue } from "@/components/delta";
20
21type ChannelKey = "direct" | "email" | "social";
22
23type ChannelDatum = {
24 channel: ChannelKey;
25 share: number;
26 fill: string;
27};
28
29const chartData: ChannelDatum[] = [
30 { channel: "direct", share: 44, fill: "var(--color-direct)" },
31 { channel: "email", share: 36, fill: "var(--color-email)" },
32 { channel: "social", share: 20, fill: "var(--color-social)" },
33];
34
35const chartConfig = {
36 share: {
37 label: "Share",
38 },
39 direct: {
40 label: "Direct",
41 color: "var(--chart-1)",
42 },
43 email: {
44 label: "Email",
45 color: "var(--chart-3)",
46 },
47 social: {
48 label: "Social",
49 color: "var(--chart-5)",
50 },
51} satisfies ChartConfig;
52
53export function ChannelBreakdownChart({
54 className,
55 ...props
56}: ComponentProps<typeof Card>) {
57 return (
58 <Card
59 className={cn("flex flex-col shadow-none dark:ring-0", className)}
60 {...props}
61 >
62 <CardHeader className="items-center space-y-1 pb-0 sm:items-start">
63 <div className="flex flex-wrap items-center justify-center gap-2 sm:justify-start">
64 <CardTitle>Traffic by channel</CardTitle>
65 <Delta value={2.4} variant="badge">
66 <DeltaIcon variant="trend" />
67 <DeltaValue suffix="pp" />
68 </Delta>
69 </div>
70 <CardDescription>
71 Share of new conversations in last 7 days
72 </CardDescription>
73 </CardHeader>
74 <CardContent className="my-auto">
75 <ChartContainer
76 className="mx-auto aspect-square max-h-72 w-full"
77 config={chartConfig}
78 >
79 <PieChart accessibilityLayer>
80 <Pie
81 cornerRadius={8}
82 data={chartData}
83 dataKey="share"
84 innerRadius={36}
85 nameKey="channel"
86 outerRadius="88%"
87 stroke="var(--card)"
88 strokeWidth={4}
89 >
90 <LabelList
91 className="fill-background font-medium"
92 dataKey="share"
93 fill="currentColor"
94 fontWeight={500}
95 formatter={(label) => {
96 const n = Number(label);
97 return Number.isFinite(n) ? `${n}%` : String(label ?? "");
98 }}
99 position="inside"
100 stroke="none"
101 />
102 </Pie>
103// … truncated

What it pulls in

Other registry items

  • avatar
  • badge
  • button
  • card
  • chart
  • dropdown-menu
  • select
  • table
  • @efferd/indicator
  • @efferd/app-shell-3
  • @efferd/formater

Files it writes

  • registry/blocks/dashboard/3/channel-breakdown-chart.tsx
  • registry/blocks/dashboard/3/conversation-volume-chart.tsx
  • registry/blocks/dashboard/3/csat-responses-chart.tsx
  • registry/blocks/dashboard/3/dashboard.tsx
  • registry/blocks/dashboard/3/first-reply-time-chart.tsx
  • registry/blocks/dashboard/3/recent-conversations.tsx
  • registry/blocks/dashboard/3/stats.tsx
  • registry/blocks/dashboard/3/support-activity.tsx
  • registry/blocks/dashboard/3/team-on-duty.tsx
  • registry/blocks/dashboard/delta.tsx

Facts

Registry
efferd
Type
registry:block
Access
Free
Files written
10
Licence
the repository states none
In the index
at or before 2026-08-11
Last confirmed
3 days ago

Go to the source

efferd.com Raw registry item This item as JSON

More from efferd

All 201 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
app-shell-1app-shell-1efferdBlocksPaidno deps · 7 files
app-shell-10app-shell-10efferdBlocksPaid1 dep · 13 files
app-shell-2app-shell-2efferdBlocksPaidno deps · 9 files
app-shell-3app-shell-3efferdBlocksPaidno deps · 9 files
app-shell-4app-shell-4efferdBlocksPaidno deps · 9 files
app-shell-5app-shell-5efferdBlocksFree1 dep · 9 files
app-shell-6app-shell-6efferdBlocksPaidno deps · 11 files
app-shell-7app-shell-7efferdBlocksPaidno deps · 12 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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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