Guide Components Icons Utilities Layouts
Button Call to Action Theme Toggle Checkbox File Input Input Group Radio Input Select Input Switch Text Input Textarea Avatar Billboard Icon Breadcrumbs Header Pagination Series Nav Sidenav Subnav Tabs Table of Contents Dialog Disclosure Dropdown Accordion Alert Badge Calendar Tile Callout Card CTA Band Empty State Footer Grid Hero Link Hub List Loading Indicator Prose Quote Sponsor Stat Step Indicator Table Timeline

Empty State

<vox-empty-state> is a placeholder for views with nothing to show yet.

You haven't published any modules. Your first one is easier than you think. Publish a module
<vox-empty-state heading="No modules yet">
  <span slot="icon"><vox-icon name="module" size="xl"></vox-icon></span>
  You haven't published any modules yet.
  <vox-button slot="actions" size="sm">Publish a module</vox-button>
</vox-empty-state>

API

Attribute Type Default Description
heading string '' Headline
Slot Description
icon Icon or emoji
(default) Explanatory text
actions Suggested next step