Empty State
<vox-empty-state> is a placeholder for views with nothing to show yet.
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
| Attribute | Type | Default | Description |
|---|---|---|---|
heading | string | '' | Headline |
| Slot | Description |
|---|---|
icon | Icon or emoji |
| (default) | Explanatory text |
actions | Suggested next step |