BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/billingsdk/pricing-table-three

Pricing Table Three

billingsdk/pricing-table-three
FreeBlock

A pricing table component with a feature table

Install it

npx shadcn@latest add https://billingsdk.com/r/pricing-table-three.json

Source

src/registry/billingsdk/pricing-table-three.tsxbillingsdk.com/r/pricing-table-three.json · first 6 KB
1"use client";
2
3import { Button } from "@/components/ui/button";
4import { Card, CardContent, CardHeader } from "@/components/ui/card";
5import { Badge } from "@/components/ui/badge";
6import { Check } from "lucide-react";
7import { cn } from "@/lib/utils";
8import { type Plan } from "@/lib/billingsdk-config";
9import { useState } from "react";
10import { Label } from "@/components/ui/label";
11import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
12import { cva, type VariantProps } from "class-variance-authority";
13import { AnimatePresence, motion } from "motion/react";
14
15const sectionVariants = cva("mt-10 max-w-7xl mx-auto", {
16 variants: {
17 variant: {
18 small: "mt-6",
19 medium: "mt-8",
20 large: "mt-10",
21 },
22 },
23 defaultVariants: {
24 variant: "small",
25 },
26});
27
28const toggleContainerVariants = cva(
29 "bg-muted flex h-11 w-fit shrink-0 items-center rounded-md p-1 text-lg",
30 {
31 variants: {
32 variant: {
33 small: "h-9 text-base",
34 medium: "h-10 text-lg",
35 large: "h-11 text-lg",
36 },
37 },
38 defaultVariants: {
39 variant: "large",
40 },
41 },
42);
43
44const labelPaddingVariants = cva("px-7", {
45 variants: {
46 variant: {
47 small: "px-5",
48 medium: "px-6",
49 large: "px-7",
50 },
51 },
52 defaultVariants: {
53 variant: "large",
54 },
55});
56
57const cardTitleVariants = cva("text-xl", {
58 variants: {
59 variant: {
60 small: "text-lg",
61 medium: "text-xl",
62 large: "text-xl",
63 },
64 },
65 defaultVariants: {
66 variant: "large",
67 },
68});
69
70const cardDescriptionVariants = cva("text-sm", {
71 variants: {
72 variant: {
73 small: "text-xs",
74 medium: "text-sm",
75 large: "text-sm",
76 },
77 },
78 defaultVariants: {
79 variant: "large",
80 },
81});
82
83const priceTextVariants = cva("text-4xl font-medium", {
84 variants: {
85 variant: {
86 small: "text-3xl",
87 medium: "text-4xl",
88 large: "text-4xl",
89 },
90 },
91 defaultVariants: {
92 variant: "large",
93 },
94});
95
96const featureIconVariants = cva("w-4 h-4", {
97 variants: {
98 variant: {
99 small: "w-3 h-3",
100 medium: "w-4 h-4",
101 large: "w-4 h-4",
102 },
103 },
104 defaultVariants: {
105 variant: "large",
106 },
107});
108
109const footerWrapperVariants = cva(
110 "flex items-center justify-between bg-muted/50 p-6 border-t border-border",
111 {
112 variants: {
113 variant: {
114 small: "p-4",
115 medium: "p-5",
116 large: "p-6",
117 },
118 },
119 defaultVariants: {
120 variant: "large",
121 },
122 },
123);
124
125// … truncated

What it pulls in

npm packages

  • lucide-react
  • class-variance-authority
  • motion

Other registry items

  • button
  • card
  • badge
  • radio-group
  • label
  • utils

Files it writes

  • src/registry/billingsdk/pricing-table-three.tsx
  • src/registry/billingsdk/demo/pricing-table-three-demo.tsx
  • src/registry/lib/billingsdk-config.ts

Facts

Registry
billingsdk
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

billingsdk.com dodopayments/billingsdk on GitHub Raw registry item This item as JSON

More from billingsdk

All 35 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
All ComponentsallbillingsdkBlocksFreeno deps
Top BannerbannerbillingsdkBlocksFree2 deps · 2 files
Billing Screenbilling-screenbillingsdkBlocksFree2 deps · 2 files
Billing Settingsbilling-settingsbillingsdkBlocksFree2 deps · 2 files
Billing Settings 2billing-settings-2billingsdkBlocksFree1 dep · 2 files
Cancel Subscription Cardcancel-subscription-cardbillingsdkBlocksFree1 dep · 3 files
Cancel Subscription Dialogcancel-subscription-dialogbillingsdkBlocksFree1 dep · 3 files
Detailed Usage Tabledetailed-usage-tablebillingsdkBlocksFreeno deps · 2 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

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