BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/zenincharts/members-growth-chart

Members Growth Chart

zenincharts/members-growth-chart
FreeComponent

Sleek analytics chart with tabbed segments and gradient area visualization.

Live preview

live · rendered by the registry
Rendered by zenincharts on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://charts.zenin.design/r/members-growth-chart.json

Source

registry/default/ui/members-growth-chart.tsxcharts.zenin.design/r/members-growth-chart.json · first 6 KB
1"use client";
2import { useState } from "react";
3import {
4 Area,
5 AreaChart,
6 ResponsiveContainer,
7 Tooltip,
8 TooltipContentProps,
9 XAxis,
10} from "recharts";
11import { motion } from "motion/react";
12import { cn } from "@/lib/utils";
13import { MembersGrowthData, TabKey } from "./members-growth-chart-data";
14import { useId } from "react";
15
16type MembersGrowthChartProps = {
17 data: Record<TabKey, MembersGrowthData[]>;
18 date?: string;
19 greeting?: string;
20 avatar: string;
21};
22
23export const MembersGrowthChart = ({
24 data,
25 date = "March 23, 2026",
26 greeting = "Good Morning",
27 avatar,
28}: MembersGrowthChartProps) => {
29 const tabs = Object.keys(data) as TabKey[];
30 const [active, setActive] = useState<TabKey>(tabs[0]);
31
32 const currentData = data[active];
33 const totalMembers = currentData.reduce((sum, item) => sum + item.members, 0);
34
35 const layoutScope = useId();
36
37 return (
38 <div className="w-90 rounded-4xl bg-linear-to-b from-neutral-100 to-neutral-300 relative p-6 shadow-xs">
39 <div className="flex flex-col gap-5">
40 <ChartHeader date={date} greeting={greeting} avatar={avatar} />
41 <div className="rounded-xl bg-linear-to-b from-white via-neutral-200 to-transparent p-[1.5px]">
42 <div className="rounded-xl bg-linear-to-b from-neutral-100 to-neutral-300 p-3 shadow-[inset_0_1px_5px_rgba(0,0,0,0.06),inset_0_-6px_12px_rgba(255,255,255,0.55)] flex flex-col gap-2.5">
43 <MembersTab
44 tabs={tabs}
45 active={active}
46 setActive={setActive}
47 totalMembers={totalMembers}
48 layoutScope={layoutScope}
49 />
50 <CardText />
51 <div className="w-full h-20">
52 <ResponsiveContainer width="100%" height="100%">
53 <AreaChart data={currentData} margin={{ left: 12, right: 12 }}>
54 <Area
55 type="monotone"
56 dataKey="members"
57 stroke="url(#membersStrokeGradient)"
58 fill="url(#membersFillGradient)"
59 strokeWidth={2}
60 strokeLinecap="round"
61 strokeLinejoin="round"
62 activeDot={{
63 r: 4,
64 fill: "url(#membersDotGradient)",
65 stroke: "#ffffff",
66 strokeWidth: 2,
67 }}
68 />
69 <XAxis
70// … truncated

What it pulls in

npm packages

  • recharts
  • motion
  • @hugeicons/react
  • @hugeicons/core-free-icons

Files it writes

  • registry/default/ui/members-growth-chart.tsx
  • registry/default/ui/members-growth-chart-data.ts

Facts

Registry
zenincharts
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

Docs on zenincharts charts.zenin.design vedantlamba/zenin-charts on GitHub Raw registry item This item as JSON

More from zenincharts

All 4 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Crypto Price Chartcrypto-price-chartzeninchartsComponentsFree4 deps · 2 files
Momentum Chartmomentum-chartzeninchartsComponentsFree4 deps · 2 files
Revenue Trends Chartrevenue-trendszeninchartsComponentsFree1 dep

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