1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/pages/_docs/empty.md
2020-02-16 21:34:30 +01:00

421 B

title, description
title description
Empty states Empty states/blanks are commonly used as placeholders for first time use, empty data or error screens.

Default markup

{% capture code %} {% include ui/empty.html %} {% endcapture %} {% include example.html code=code %}

Empty state with illustration

{% capture code %} {% include ui/empty.html illustration=true %} {% endcapture %} {% include example.html code=code %}