BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/chart-area-axes

chart-area-axes

showcase-elevenlabs/chart-area-axes
FreeBlock

shadcn/ui publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/elevenlabs/showcase/main/apps/www/public/r/styles/new-york/chart-area-axes.json

Source

charts/chart-area-axes.tsxraw.githubusercontent.com/elevenlabs/showcase/main/apps/www/public/r/styles/new-york/chart-area-axes.json
1"use client"
2
3import { TrendingUp } from "lucide-react"
4import { Area, AreaChart, CartesianGrid, XAxis, YAxis } from "recharts"
5
6import {
7 Card,
8 CardContent,
9 CardDescription,
10 CardFooter,
11 CardHeader,
12 CardTitle,
13} from "@/registry/new-york/ui/card"
14import {
15 ChartConfig,
16 ChartContainer,
17 ChartTooltip,
18 ChartTooltipContent,
19} from "@/registry/new-york/ui/chart"
20const chartData = [
21 { month: "January", desktop: 186, mobile: 80 },
22 { month: "February", desktop: 305, mobile: 200 },
23 { month: "March", desktop: 237, mobile: 120 },
24 { month: "April", desktop: 73, mobile: 190 },
25 { month: "May", desktop: 209, mobile: 130 },
26 { month: "June", desktop: 214, mobile: 140 },
27]
28
29const chartConfig = {
30 desktop: {
31 label: "Desktop",
32 color: "hsl(var(--chart-1))",
33 },
34 mobile: {
35 label: "Mobile",
36 color: "hsl(var(--chart-2))",
37 },
38} satisfies ChartConfig
39
40export default function Component() {
41 return (
42 <Card>
43 <CardHeader>
44 <CardTitle>Area Chart - Axes</CardTitle>
45 <CardDescription>
46 Showing total visitors for the last 6 months
47 </CardDescription>
48 </CardHeader>
49 <CardContent>
50 <ChartContainer config={chartConfig}>
51 <AreaChart
52 accessibilityLayer
53 data={chartData}
54 margin={{
55 left: -20,
56 right: 12,
57 }}
58 >
59 <CartesianGrid vertical={false} />
60 <XAxis
61 dataKey="month"
62 tickLine={false}
63 axisLine={false}
64 tickMargin={8}
65 tickFormatter={(value) => value.slice(0, 3)}
66 />
67 <YAxis
68 tickLine={false}
69 axisLine={false}
70 tickMargin={8}
71 tickCount={3}
72 />
73 <ChartTooltip cursor={false} content={<ChartTooltipContent />} />
74 <Area
75 dataKey="mobile"
76 type="natural"
77 fill="var(--color-mobile)"
78 fillOpacity={0.4}
79 stroke="var(--color-mobile)"
80 stackId="a"
81 />
82 <Area
83 dataKey="desktop"
84 type="natural"
85 fill="var(--color-desktop)"
86 fillOpacity={0.4}
87 stroke="var(--color-desktop)"
88 stackId="a"
89 />
90 </AreaChart>
91 </ChartContainer>
92 </CardContent>
93 <CardFooter>
94// … truncated

What it pulls in

Other registry items

  • card
  • chart

Files it writes

  • registry/new-york/charts/chart-area-axes.tsx

Facts

Registry
shadcn/ui
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-08
Last confirmed
today

Go to the source

showcase.elevenlabs.io elevenlabs/showcase on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 357 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
calendar-01calendar-01shadcn/uiBlocksFreeno deps
calendar-02calendar-02shadcn/uiBlocksFreeno deps
calendar-03calendar-03shadcn/uiBlocksFreeno deps
calendar-04calendar-04shadcn/uiBlocksFreeno deps
calendar-05calendar-05shadcn/uiBlocksFreeno deps
calendar-06calendar-06shadcn/uiBlocksFreeno deps
calendar-07calendar-07shadcn/uiBlocksFreeno deps
calendar-08calendar-08shadcn/uiBlocksFreeno deps

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