Widget Demos
UI Components
Marketing
Content Display
Navigation
Notifications
Visual Effects
Interactive
Layout
Marketing
Pricing Widget
Display pricing plans in beautiful layouts. Supports cards, comparison table, and minimal styles. Perfect for SaaS pricing pages, service offerings, and subscription plans.
Cards Layout
Card-based grid layout, ideal for 2-4 pricing plans.
Code
<?php echo PricingWidget::widget([
'layout' => 'cards',
]); ?>Live Demo
Starter
Perfect for individuals and small projects
€9.99/mo
- Up to 5 pages
- Basic analytics
- Email support
- 1 GB storage
- SSL certificate
Most Popular
Professional
Best for growing businesses and teams
€29.99/mo
- Unlimited pages
- Advanced analytics
- Priority support
- 10 GB storage
- SSL certificate
- Custom domain
- SEO tools
- API access
Enterprise
For large organizations with custom needs
Custom
- Everything in Professional
- Unlimited storage
- 24/7 phone support
- Dedicated account manager
- Custom integrations
- SLA guarantee
- On-premise option
- Training sessions
Comparison Table
Feature comparison table showing all plans side by side.
Code
<?php echo PricingWidget::widget([
'layout' => 'table',
]); ?>Live Demo
Starter | ProfessionalMost Popular | Enterprise | |
|---|---|---|---|
| Price | €9.99/mo | €29.99/mo | Contact Us |
| Up to 5 pages | |||
| Basic analytics | |||
| Email support | |||
| 1 GB storage | |||
| SSL certificate | |||
| Unlimited pages | |||
| Advanced analytics | |||
| Priority support | |||
| 10 GB storage | |||
| Custom domain | |||
| SEO tools | |||
| API access | |||
| Everything in Professional | |||
| Unlimited storage | |||
| 24/7 phone support | |||
| Dedicated account manager | |||
| Custom integrations | |||
| SLA guarantee | |||
| On-premise option | |||
| Training sessions | |||
| Get Started | Start Free Trial | Contact Sales |
Minimal Layout
Clean, text-focused minimal layout.
Code
<?php echo PricingWidget::widget([
'layout' => 'minimal',
]); ?>Live Demo
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
layout | string | cards | Layout: cards, table, minimal |
title | string | null | Optional section title |
subtitle | string | null | Optional subtitle |
showBillingToggle | bool | false | Show monthly/yearly toggle |
plans | array | null | Custom plans array (overrides query) |