mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
17 lines
347 B
Markdown
17 lines
347 B
Markdown
---
|
|
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 %}
|