EmptyState UI module
This commit is contained in:
committed by
richard-dds
parent
6ee71113c7
commit
34c570ab18
9
templates/components/empty_state.html.to
Normal file
9
templates/components/empty_state.html.to
Normal 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>
|
Reference in New Issue
Block a user