Skip to content

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
html
<vox-empty-state heading="No modules yet">
  <span slot="icon">📦</span>
  You haven't published any modules yet.
  <vox-button slot="actions" size="sm">Publish a module</vox-button>
</vox-empty-state>

API

AttributeTypeDefaultDescription
headingstring''Headline
SlotDescription
iconIcon or emoji
(default)Explanatory text
actionsSuggested next step

Released under the Apache-2.0 License.