Components

Ace Pricing Table

Feature comparison pricing table with plan columns and check/cross indicators

Ace Pricing Table

Feature comparison pricing table with plan columns and check/cross indicators.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-pricing-table

Usage

import { PricingTable } from "@/components/vandoko/ace-pricing-table";

export default function Page() {
  return <PricingTable />;
}

Features

  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

3 props
PropTypeDefaultDescription
className
string-
tiers
AcePricingTableTier[]-
rows
AcePricingTableRow[]-

Lineage

PropertyValue
Source@aceternity/pricing-table
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction

On this page