1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-17 02:51:41 +04:00
Files
tabler/pages/_docs/ribbons.md
T
2019-05-08 23:33:50 +02:00

605 B

title
title
Ribbons

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 %}