1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 00:14:38 +04:00
Files
tabler/pages/_docs/ribbons.md
T
2019-05-20 20:43:14 +02:00

36 lines
634 B
Markdown

---
title: Ribbons
menu: docs.ribbons
new: true
---
## Default markup
{% example html columns=1 %}
{% include cards/ribbon.html %}
{% endexample %}
## Ribbon position
{% example html columns=1 %}
{% include cards/ribbon.html top=true left=true %}
{% endexample %}
## Ribbon color
{% example html columns=1 %}
{% include cards/ribbon.html color="red" %}
{% endexample %}
## Ribbon text
{% example html columns=1 %}
{% include cards/ribbon.html color="green" text="-50%" %}
{% endexample %}
## Ribbon style
{% example html columns=1 %}
{% include cards/ribbon.html bookmark=true color="orange" text="-50%" %}
{% endexample %}