EmptyState UI module

This commit is contained in:
Andrew Croce
2018-07-30 16:09:55 -04:00
committed by richard-dds
parent 6ee71113c7
commit 34c570ab18
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>