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-five

Pricing Table Five

billingsdk/pricing-table-five
FreeBlock

A modern pricing table component with contact us plan

Install it

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

Source

src/registry/billingsdk/pricing-table-five.tsxbillingsdk.com/r/pricing-table-five.json · first 6 KB
1"use client";
2
3import { useState, useId } from "react";
4import { Button } from "@/components/ui/button";
5import { Card, CardContent } from "@/components/ui/card";
6import { Badge } from "@/components/ui/badge";
7import { Label } from "@/components/ui/label";
8import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
9import { Check, Phone } from "lucide-react";
10import { type Plan } from "@/lib/billingsdk-config";
11import { cn } from "@/lib/utils";
12import { cva, type VariantProps } from "class-variance-authority";
13import { AnimatePresence, motion } from "motion/react";
14
15const sectionVariants = cva("py-32 relative overflow-hidden", {
16 variants: {
17 size: {
18 small: "py-12",
19 medium: "py-20",
20 large: "py-32",
21 },
22 theme: {
23 minimal: "bg-background",
24 classic: "bg-gradient-to-b from-background to-muted/20",
25 },
26 },
27 defaultVariants: {
28 size: "medium",
29 theme: "minimal",
30 },
31});
32
33const titleVariants = cva("font-bold mb-4 text-foreground", {
34 variants: {
35 size: {
36 small: "text-3xl lg:text-4xl",
37 medium: "text-4xl lg:text-5xl",
38 large: "text-4xl lg:text-6xl",
39 },
40 theme: {
41 minimal: "",
42 classic:
43 "bg-gradient-to-r from-foreground to-muted-foreground bg-clip-text text-transparent",
44 },
45 },
46 defaultVariants: {
47 size: "medium",
48 theme: "minimal",
49 },
50});
51
52const descriptionVariants = cva(
53 "text-muted-foreground max-w-3xl mx-auto mb-8",
54 {
55 variants: {
56 size: {
57 small: "text-base lg:text-lg",
58 medium: "text-lg lg:text-xl",
59 large: "lg:text-xl",
60 },
61 },
62 defaultVariants: {
63 size: "medium",
64 },
65 },
66);
67
68const toggleVariants = cva(
69 "flex h-11 w-fit shrink-0 items-center rounded-md p-1 text-lg",
70 {
71 variants: {
72 theme: {
73 minimal: "bg-muted",
74 classic:
75 "bg-muted/50 backdrop-blur-sm border border-border/50 shadow-lg",
76 },
77 },
78 defaultVariants: {
79 theme: "minimal",
80 },
81 },
82);
83
84const planCardVariants = cva(
85 "relative border transition-all duration-300 rounded-lg",
86 {
87 variants: {
88 size: {
89 small: "p-4",
90 medium: "p-5",
91 large: "p-6",
92 },
93 theme: {
94 minimal: "bg-card border-border hover:bg-muted/30 shadow-sm",
95 classic:
96 "bg-card border-border/50 hover:shadow-xl hover:border-border backdrop-blur-sm shadow-md",
97 },
98 highlight: {
99 true: "",
100 false: "",
101 },
102 },
103// … 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-five.tsx
  • src/registry/billingsdk/demo/pricing-table-five-demo.tsx
  • src/registry/lib/billingsdk-config.ts

Facts

Registry
billingsdk
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
First indexed
2026-08-03
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
BlockDex

Built by

Kynth Studio

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 Studio

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 Studio

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