BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/vanillasky/tripleStats

Triple Stats

vanillasky/tripleStats
FreeBlock

Exactly three peer stats or compact specs from the input with comparable weight. Prefer over bigNumber for three parallel facts. Avoid when one number is the hero or values are just brand/tool names.

See it running

Open the demo on vanillasky

vanillasky.ai/docs/components/tripleStats
Open
This registry sends X-Frame-Options, so its page cannot be embedded here. The link is the same page the frame would have shown.

Install it

npx shadcn@latest add https://vanillasky.ai/r/tripleStats.json

Source

src/lib/scene-templates/infographic-stat-row.tsxvanillasky.ai/r/tripleStats.json
1/**
2 * infographic-stat-row — 3 big stats side by side (portrait: stacked).
3 *
4 * Each stat has a large number, a short label below, and an optional
5 * prefix/unit. Numbers count up from 0. Stats stagger in with bouncy
6 * spring. TextOverlay title on top.
7 */
8
9import React from "react";
10import type { VariableField } from "../video-config";
11import type { SceneTemplateProps } from "./types";
12import { resolveTokens } from "../theme";
13import { TemplateText } from "./template-text";
14import { StatBadgeRow } from "../primitives/typography/StatBadgeRow";
15import { SceneBackground, mediaBackgroundDefaults, mediaBackgroundSchemaFields } from "./scene-background";
16
17export const infographicStatRowSchema: Record<string, VariableField> = {
18 texts: {
19 type: "string",
20 label: "Text",
21 default: "By the numbers.",
22 required: true,
23 description: "Title text",
24 },
25 stat1Value: {
26 type: "string",
27 label: "Stat 1 value",
28 default: "10K",
29 required: true,
30 description: "First stat number (e.g. 10K, 99.9%, $2M)",
31 },
32 stat1Label: {
33 type: "string",
34 label: "Stat 1 label",
35 default: "Users",
36 required: true,
37 description: "Short label below the first number",
38 },
39 stat2Value: {
40 type: "string",
41 label: "Stat 2 value",
42 default: "99.9%",
43 required: true,
44 description: "Second stat number",
45 },
46 stat2Label: {
47 type: "string",
48 label: "Stat 2 label",
49 default: "Uptime",
50 required: true,
51 description: "Short label below the second number",
52 },
53 stat3Value: {
54 type: "string",
55 label: "Stat 3 value",
56 default: "<50ms",
57 required: true,
58 description: "Third stat number",
59 },
60 stat3Label: {
61 type: "string",
62 label: "Stat 3 label",
63 default: "Latency",
64 required: true,
65 description: "Short label below the third number",
66 },
67 ...mediaBackgroundSchemaFields,
68 textColor: {
69 type: "color",
70 label: "Text color",
71 default: "",
72 description: "Override text color (leave empty for auto)",
73 },
74};
75
76export const infographicStatRowDefaults: Record<string, unknown> = {
77 texts: "By the numbers.",
78 stat1Value: "10K",
79 stat1Label: "Users",
80 stat2Value: "99.9%",
81 stat2Label: "Uptime",
82 stat3Value: "<50ms",
83 stat3Label: "Latency",
84 ...mediaBackgroundDefaults,
85 textColor: "",
86};
87
88export const InfographicStatRowTemplate: React.FC<SceneTemplateProps> = ({
89 variables,
90 style,
91 progress,
92 beatIntensity,
93 width,
94 height,
95 safeZone,
96 sceneDuration,
97// … truncated

What it pulls in

npm packages

  • react

Other registry items

  • @vanillasky/backgrounds
  • @vanillasky/motion
  • @vanillasky/theme
  • @vanillasky/typography
  • @vanillasky/video-config

Files it writes

  • src/lib/scene-templates/infographic-stat-row.tsx
  • src/lib/scene-templates/scene-background.tsx
  • src/lib/primitives/typography/StatBadgeRow.tsx
  • src/lib/scene-templates/template-text.tsx
  • src/lib/emoji/index.tsx
  • src/lib/emoji/emoji-text.tsx
  • src/lib/scene-templates/types.ts

Facts

Registry
vanillasky
Type
registry:block
Access
Free
Files written
7
Licence
MIT
First indexed
2026-08-08
Last confirmed
2 days ago

Go to the source

Docs on vanillasky vanillasky.ai VanillaSkyAi/skills on GitHub Raw registry item This item as JSON

More from vanillasky

All 33 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Bar ChartbarChartvanillaskyBlocksFree1 dep · 8 files
Before AfterbeforeAftervanillaskyBlocksFree1 dep · 7 files
Big NumberbigNumbervanillaskyBlocksFree1 dep · 8 files
Brand MessagebrandMessagevanillaskyBlocksFree1 dep · 6 files
Card ListcardListvanillaskyBlocksFree1 dep · 8 files
Chat MessengerchatMessengervanillaskyBlocksFree1 dep · 6 files
Chat WhatsappchatWhatsappvanillaskyBlocksFree1 dep · 6 files
Code EditorcodeEditorvanillaskyBlocksFree1 dep · 7 files
BlockDex

Built by

Kynth Studios

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

BlockDex

BlockDex

Built by

Kynth Studios

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

BlockDex

BlockDex

Built by

Kynth Studios

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

BlockDex