Components
Pricing Table
A pricing plan card with features and a button.
Live demo
See it in action
The markup
Clean, lean code
This is the exact HTML the element outputs, straight from the page builder. No wrapper soup, no inline-style bloat.
<section>
<div class="fw-container">
<div class="fw-row">
<div class="fw-col-12">
<div class="pricing-table pt-fd7675ef fw-pt fw-pt--design-modern design-modern fw-pt--cols-3 fw-pt--feat-raise fw-pt--feat-highlight fw-pt--feat-glow fw-pt--feat-badge fw-pt--feat-accent_button fw-pt--btn-solid fw-pt--text-center" style="--pt-cols:3;--pt-gap:var(--gap-4, 1.5rem);">
<div class="fw-pt__grid">
<div class="fw-pt__plan">
<div class="fw-pt__head">
<h4 class="fw-pt__name">Pro</h4>
<div class="fw-pt__subtitle">
For small teams
</div>
</div>
<div class="fw-pt__price">
<span class="fw-pt__currency">$</span>
<span class="fw-pt__amount">29</span>
<span class="fw-pt__period">/mo</span>
</div>
<ul class="fw-pt__features">
<li class="fw-pt__feature"><span class="fw-pt__tick" aria-hidden="true">✓</span><span>Unlimited projects</span></li>
<li class="fw-pt__feature"><span class="fw-pt__tick" aria-hidden="true">✓</span><span>50 GB storage</span></li>
<li class="fw-pt__feature"><span class="fw-pt__tick" aria-hidden="true">✓</span><span>Email support</span></li>
<li class="fw-pt__feature is-off"><span class="fw-pt__tick" aria-hidden="true">✕</span><span>Priority support</span></li>
</ul>
<div class="fw-pt__cta">
<a class="fw-pt__btn" href="#">Choose Plan</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>To learn more about the Pricing Table shortcode, please check out the online manual here.
Free & open source
Build with this element, free.
Install the framework and the Bootstrap 5 theme, then drag this element into any page.