BlocksPricing
Pricing 2
Pricing table with three-column layout, popular badge, and feature lists
Preview
Pricing that Scales with You
Choose the perfect plan for your needs
Starter
$29 / moPerfect for small teams getting started
- Up to 5 team members
- 10GB storage
- Basic analytics
- Email support
- Core features
Popular
Professional
$79 / moFor growing teams with advanced needs
- Up to 20 team members
- 100GB storage
- Advanced analytics
- Priority support
- All features included
- Custom integrations
Enterprise
$199 / moFor large organizations with custom requirements
- Unlimited team members
- Unlimited storage
- Custom analytics
- 24/7 dedicated support
- All features included
- Custom integrations
- SLA guarantee
- Dedicated account manager
Props
The Pricing_2 block accepts the following configuration from PayloadCMS:
Prop
Type
Installation
npx shadcn add --registry https://uifoundry.com/r pricing-2For detailed setup instructions, see the Registry Setup Guide.
Registry Dependencies
This component uses the following registry components:
- Button - Customizable button component with variants
- Header Field - PayloadCMS text field for headers
- Subheader Field - PayloadCMS text field for subheaders
- Description Field - PayloadCMS text field for descriptions
- Style Utils - Tailwind utility functions including cn() class merger
- Block Constants - Block slug and group constants for PayloadCMS blocks
Dependencies
This component requires the following NPM packages:
- React - JavaScript library for building user interfaces
- Next.js - React framework for production
- PayloadCMS - Headless CMS and application framework
- Lucide React - Beautiful & consistent icon toolkit (provides Check icon for feature lists)
Usage Notes
Default Configuration
The Pricing_2 block comes with three pre-configured pricing tiers:
- Starter ($29/mo): Perfect for small teams with 5 features including basic analytics and email support
- Professional ($79/mo): Marked as Popular, includes 6 features with advanced analytics and priority support
- Enterprise ($199/mo): For large organizations with 8 features including unlimited storage and 24/7 support
Styling Features
- Popular Badge: Tiers marked with
isPopular: truedisplay a gradient badge at the top and use the default button variant (filled) instead of the outline variant - Responsive Layout: Cards stack vertically on mobile and display in a 3-column grid on desktop (md breakpoint)
- Card Design: Each tier uses a rounded card with border, muted background, and shadow for depth
- Feature Lists: Features display with a dashed divider above and check mark icons beside each item
Customization Tips
- Set
minRows: 0allows you to create pricing sections without any tiers (useful for placeholder pages) - Maximum of 4 pricing tiers ensures optimal layout on standard screen sizes
- Each tier can have up to 15 features, though 5-8 features per tier is recommended for readability
- Button styling automatically adapts based on the
isPopularflag (default vs outline variant)