Need a custom feature? We can help!
Pricing Table Component
StartupFast.dev's Pricing Table component provides a beautiful and responsive way to display your product pricing tiers, complete with features lists, popular tier highlighting, and integrated checkout functionality.
![Pricing Table component](/_next/image?url=%2Fdocumentation%2Fcomponent-pricing-table.png&w=3840&q=70)
Usage
1import PricingTable from "@/components/pricing-table/pricing-table-default"; 2 3// Place in your page or component 4<PricingTable 5 tiers={yourPricingTiers} 6 title="Simple, transparent pricing" 7 subtitle="Choose the plan that's right for you" 8/>;
Tip: Highlight your most popular plan using the featured
property in the tier configuration - this creates a visual anchor and helps guide customers toward your preferred pricing tier, potentially increasing conversions.
Related Documentation
- Set up payments with Payment Setup
- Configure checkout with Button Checkout
- Style components with Tailwind & shadcn/ui
- Manage customer subscriptions with Button Customer Portal