Empty State
A message that displays when there is no information to display.
Usage
<wc-empty-state id="page-404" illustration="page" headline="404 : Page not found :(" description="The page you are looking for does not exist. Please check the URL or go back to the homepage.">
<div slot="actions">
<wc-button href="/">Go to home page
<wc-icon name="arrow_right_alt" slot="icon"></wc-icon>
</wc-button>
</div>
</wc-empty-state>
Home