提交 a3eb6744 编写于 作者: E Enrico Dias

add borderless cards examples

上级 5b5571f9
......@@ -28,7 +28,12 @@
{% endcapture %}
<!-- Cards with tabs component -->
<div class="card-tabs">
<div class="
card-tabs
{% if include.borderless %}
border-0
{% endif %}
">
{% if include.bottom %}
{{ tabs-content-html }}
{{ tabs-html }}
......
......@@ -8,6 +8,7 @@ menu: base.cards
<div class="col-md-6 col-xl-4">
<div class="row row-cards">
<div class="col-12">{% include cards/card.html body="This is some text within a card body." %}</div>
<div class="col-12 border-0">{% include cards/card.html body="This is a borderless card." %}</div>
<div class="col-12">{% include cards/card.html img-bottom=true title="Card with bottom image" %}</div>
<div class="col-12">{% include cards/card.html active=true body="This is a card with active state." %}</div>
<div class="col-12">{% include cards/card.html inactive=true body="This is some text inactive state." %}</div>
......@@ -18,6 +19,7 @@ menu: base.cards
<div class="col-12">{% include cards/card.html progress=true title="Card with progress bar" %}</div>
<div class="col-12">{% include cards/card.html empty=true %}</div>
<div class="col-12">{% include cards/card-tabs.html count=4 %}</div>
<div class="col-12">{% include cards/card-tabs.html count=4 borderless=true %}</div>
<div class="col-12">{% include cards/card-tabs.html count=4 bottom=true id="bottom" %}</div>
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册