Docs·Pricing 005

Pricing 005

Tabbed individuals/teams pricing with coloured card backdrops, Avatar orbs, and grain texture overlays.

Installation

$pnpm dlx shadcn@latest add @spiderui/pricing-005

Requires shadcn button, the Spider UI Avatar component (installed as a registry dependency), and Hugeicons.

Usage

Pill tab switcher toggles individualPlans vs teamsPlans. Each card uses coloured blobs, SVG grain, and an Avatar orb matched to the palette. Set featuredLabel for a frosted pill and ctaDark for a filled CTA.

API Reference

PropTypeDefault
individualPlansPlans shown in the Individuals tab.
Plan5[]INDIVIDUALS_PLANS_5
teamsPlansPlans shown in the Teams tab.
Plan5[]TEAMS_PLANS_5
individualsLabelLabel for the individuals tab.
string"Individuals"
teamsLabelLabel for the teams tab.
string"Teams & Enterprise"
defaultTabActive tab on first render.
"individuals" | "teams""individuals"
titleSection heading.
string"Simple, transparent pricing"
subtitleSection subheading.
string"No hidden fees. Choose the plan that works for you."
classNameClasses on the root container.
string—

Click on the icon in the top right of the example preview to view the source code for specific variants.

Keep in mind

This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.

Have any questions?
Contact on@ctrlcat0x

Simple, transparent pricing

No hidden fees. Choose the plan that works for you.

Web Hero

Get access to React library components and features

$149$299

One-time payment

Get Web edition
  • Pro React components
  • Premium templates
  • Advanced AI (Skills and MCPs)
  • Premium design systems
  • Advanced theme builder
  • Private Discord channel
  • Prioritized issues
  • Priority support

Optional renewal at $99/yr

Get another year of updates or keep using without renewing. No pressure.

Mobile Hero

Get access to React Native library components and features

$149$299

One-time payment

Get Mobile edition
  • Pro React Native components
  • Premium templates
  • Advanced AI (Skills and MCPs)
  • Premium design systems
  • Advanced theme builder
  • Private Discord channel
  • Prioritized issues
  • Priority support

Optional renewal at $99/yr

Get another year of updates or keep using without renewing. No pressure.

Save $99 with bundle

Super Hero

The full system. React and React Native, together

$199$399

One-time payment

Get Super edition
  • All Pro components (React + React Native)
  • Premium templates
  • Advanced AI (Skills and MCPs)
  • Premium design systems
  • Advanced theme builder
  • Private Discord channels
  • Prioritized issues
  • Priority support

Optional renewal at $129/yr

Get another year of updates or keep using without renewing. No pressure.

import { Pricing005 } from "@/components/ui/pricing-005"
export default function Page() {
  return <Pricing005 />
}