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-bar-horizontal
This component no longer exists. It was in shadcn/ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-05 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

chart-bar-horizontal

accelya-ui-lib/chart-bar-horizontal
RemovedBlock

shadcn/ui publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/ramsaoji/Accelya-UI-Lib/main/public/r/styles/default/chart-bar-horizontal.json

Source

charts/chart-bar-horizontal.tsxraw.githubusercontent.com/ramsaoji/Accelya-UI-Lib/main/public/r/styles/default/chart-bar-horizontal.json
1"use client"
2
3import { TrendingUp } from "lucide-react"
4import { Bar, BarChart, XAxis, YAxis } from "recharts"
5
6import {
7 Card,
8 CardContent,
9 CardDescription,
10 CardFooter,
11 CardHeader,
12 CardTitle,
13} from "@/registry/default/ui/card"
14import {
15 ChartConfig,
16 ChartContainer,
17 ChartTooltip,
18 ChartTooltipContent,
19} from "@/registry/default/ui/chart"
20const chartData = [
21 { month: "January", desktop: 186 },
22 { month: "February", desktop: 305 },
23 { month: "March", desktop: 237 },
24 { month: "April", desktop: 73 },
25 { month: "May", desktop: 209 },
26 { month: "June", desktop: 214 },
27]
28
29const chartConfig = {
30 desktop: {
31 label: "Desktop",
32 color: "hsl(var(--chart-1))",
33 },
34} satisfies ChartConfig
35
36export default function Component() {
37 return (
38 <Card>
39 <CardHeader>
40 <CardTitle>Bar Chart - Horizontal</CardTitle>
41 <CardDescription>January - June 2024</CardDescription>
42 </CardHeader>
43 <CardContent>
44 <ChartContainer config={chartConfig}>
45 <BarChart
46 accessibilityLayer
47 data={chartData}
48 layout="vertical"
49 margin={{
50 left: -20,
51 }}
52 >
53 <XAxis type="number" dataKey="desktop" hide />
54 <YAxis
55 dataKey="month"
56 type="category"
57 tickLine={false}
58 tickMargin={10}
59 axisLine={false}
60 tickFormatter={(value) => value.slice(0, 3)}
61 />
62 <ChartTooltip
63 cursor={false}
64 content={<ChartTooltipContent hideLabel />}
65 />
66 <Bar dataKey="desktop" fill="var(--color-desktop)" radius={5} />
67 </BarChart>
68 </ChartContainer>
69 </CardContent>
70 <CardFooter className="flex-col items-start gap-2 text-sm">
71 <div className="flex gap-2 font-medium leading-none">
72 Trending up by 5.2% this month <TrendingUp className="h-4 w-4" />
73 </div>
74 <div className="leading-none text-muted-foreground">
75 Showing total visitors for the last 6 months
76 </div>
77 </CardFooter>
78 </Card>
79 )
80}

What it pulls in

Other registry items

  • card
  • chart

Files it writes

  • registry/default/charts/chart-bar-horizontal.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-01
Last confirmed
14 days ago

Go to the source

ramsaoji/Accelya-UI-Lib on GitHub Raw registry item This item as JSON

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