1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

empty state ui fixes, docs

This commit is contained in:
codecalm
2019-09-24 18:23:27 +02:00
parent 01be8428cf
commit c8c3625d58
4 changed files with 18 additions and 3 deletions
+8
View File
@@ -3,6 +3,14 @@ title: Empty states
description: Empty states/blanks are commonly used as placeholders for first time use, empty data or error screens.
---
### Default markup
{% example html %}
{% include ui/empty.html %}
{% endexample %}
### Empty state with illustration
{% example html %}
{% include ui/empty.html illustration=true %}
{% endexample %}