mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
21 lines
702 B
HTML
21 lines
702 B
HTML
---
|
|
title: Pricing cards
|
|
page-title: Pricing cards
|
|
done: true
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col-sm-6 col-lg-3">
|
|
{% include cards/pricing-card.html price="0" users=3 category="Free" %}
|
|
</div>
|
|
<div class="col-sm-6 col-lg-3">
|
|
{% include cards/pricing-card.html price="49" users=10 category="Premium" features="1100" featured-color="green" %}
|
|
</div>
|
|
<div class="col-sm-6 col-lg-3">
|
|
{% include cards/pricing-card.html price="99" category="Enterprise" users=100 features="1110" %}
|
|
</div>
|
|
<div class="col-sm-6 col-lg-3">
|
|
{% include cards/pricing-card.html price="139" category="Unlimited" users="Unlimited" features="1111" %}
|
|
</div>
|
|
</div>
|