提交 4a028b07 编写于 作者: M mrszympek

DOCS - cards

上级 ada6718f
......@@ -235,3 +235,31 @@ You can also add the image on the left side of the card. All you need do to is:
</div>
{% endexample %}
### Card with options
{% example html columns=1 %}
{% include cards/card.html title="This is a standard card" show-footer=true %}
{% endexample %}
### Card with fullscreen
{% example html columns=1 %}
{% include cards/card.html title="With additional fullscreen button" show-fullscreen=true %}
{% endexample %}
### Card with search
{% example html columns=1 %}
{% include cards/card.html title="Card with search form" show-form=true %}
{% endexample %}
### Card with search
{% example html columns=2 %}
<div class="row">
<div class="col-lg-6 col-xl-6">
{% include cards/card.html title="Card with alert" alert="Adding action was successful" %}
</div>
<div class="col-lg-6 col-xl-6">
{% include cards/card.html title="Card with alert" alert="Adding action failed" alert-type="danger" %}
</div>
</div>
{% endexample %}
---
title: Cards
page-title: Cards
done: true
---
{% assign photos = site.data.photos | where: "horizontal", true %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册