A pricing table component for displaying tiered plans. Supports a featured card with a gradient border glow effect, a Most Popular badge, price display, feature lists with check icons, and CTA button slots.
flex row, gap: 3, sm font, color: text, align-items: flex-start
vel-pricing-feature-check
1.1rem circle — green bg tint, success-400 color, centered checkmark
vel-pricing-cta
margin-top: auto, padding-top; child buttons expand to full width
Examples
Pricing table with Starter, Pro (featured), and Enterprise cards
Starter
$0/mo
Perfect for personal projects and exploration.
✓Up to 3 projects
✓Community support
✓Core components
Most Popular
Pro
$19/mo
For teams building production-grade products.
✓Unlimited projects
✓Priority support
✓All components + Phase 6
✓Design token export
Enterprise
$79/mo
Custom branding, SLAs, and dedicated support.
✓Everything in Pro
✓White-label builds
✓Dedicated Slack channel
✓99.9% uptime SLA
example.html
<divstyle="padding:32px 24px;background:#060b17;font-family:system-ui,sans-serif;border-radius:12px;"><divclass="vel-pricing-grid"><!-- Starter --><divclass="vel-pricing-card"><pclass="vel-pricing-name">Starter</p><pclass="vel-pricing-price">$0<spanclass="vel-pricing-period">/mo</span></p><pclass="vel-pricing-description">Perfect for personal projects and exploration.</p><hrclass="vel-pricing-divider"><ulclass="vel-pricing-features"><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Up to 3 projects</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Community support</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Core components</span></li></ul><divclass="vel-pricing-cta"><buttonclass="vel-btn">Get Started Free</button></div></div><!-- Pro (featured) --><divclass="vel-pricing-cardvel-pricing-card-featured"style="position:relative;"><spanclass="vel-pricing-badge">Most Popular</span><pclass="vel-pricing-name">Pro</p><pclass="vel-pricing-price">$19<spanclass="vel-pricing-period">/mo</span></p><pclass="vel-pricing-description">For teams building production-grade products.</p><hrclass="vel-pricing-divider"><ulclass="vel-pricing-features"><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Unlimited projects</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Priority support</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>All components + Phase 6</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Design token export</span></li></ul><divclass="vel-pricing-cta"><buttonclass="vel-btnvel-btn-primary">Upgrade to Pro</button></div></div><!-- Enterprise --><divclass="vel-pricing-card"><pclass="vel-pricing-name">Enterprise</p><pclass="vel-pricing-price">$79<spanclass="vel-pricing-period">/mo</span></p><pclass="vel-pricing-description">Custom branding, SLAs, and dedicated support.</p><hrclass="vel-pricing-divider"><ulclass="vel-pricing-features"><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Everything in Pro</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>White-label builds</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>Dedicated Slack channel</span></li><liclass="vel-pricing-feature"><spanclass="vel-pricing-feature-check">✓</span><span>99.9% uptime SLA</span></li></ul><divclass="vel-pricing-cta"><buttonclass="vel-btn">Contact Sales</button></div></div></div></div>