--- title: Empty states summary: Empty states or blank pages are commonly used as placeholders for first-use, empty data or error screens. Their aim is to engage users when there is no content to display and that is why their design is extremely important from the point of view of the user experience of your website or app. description: Engage users in empty or error screens. --- ## Default markup Use the default empty state to engage users in the critical moments of their experience with your website or app. A good empty state screen should let users know what is happening and what they should do next as well as encourage them to take action. {% capture html -%}

No results found

Try adjusting your search or filter to find what you're looking for.

Search again
{%- endcapture %} {% include "docs/example.html" html=html bg="surface-secondary" %} ## Empty state with illustration Make your empty state screen more attractive and engaging by adding an illustration. Thanks to a more personalized design, you will improve your brand image and make your website or app more user friendly. Do you need an illustration to enhance your web designs? We've got something for you! Check out our premium SVG [illustrations]({{ site.homepage }}/illustrations). {% capture html -%}
{% include "ui/illustration.html" image="boy-with-key" alt="Empty state illustration" %}

Invoices are managed from here

Try adjusting your search or filter to find what you're looking for.

New invoice
{%- endcapture %} {% include "docs/example.html" html=html bg="surface-secondary" %} ## Empty state with header Instead of adding an icon or illustration you can simply give the text: {% capture html -%}
404

Oops… You just found an error page

Try adjusting your search or filter to find what you're looking for.

Take me home
{%- endcapture %} {% include "docs/example.html" html=html bg="surface-secondary" %}