EmptyState UI module

This commit is contained in:
Andrew Croce
2018-07-30 16:09:55 -04:00
parent 81999dc486
commit a7f49d1299
3 changed files with 42 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
<div class='empty-state'>
<p>{{ message }}</p>
{% if icon %}
{% module Icon(icon) %}
{% end %}
<a href='{{ actionHref }}' class='usa-button usa-button-big'>{{ actionLabel }}</a>
</div>