Props
| Prop | Type | Default | Notes |
|---|
StellarUI
Centered empty-state layout for first-run moments, missing content, and no-results screens, following the component's slot-based composition.
The component does layout work, not content work. It centers the message, constrains line length, and sizes the optional illustration slot so you do not have to hand-tune that structure every time.
Try a broader search, clear one of the filters, or create a new project if this is your first item.
<stellar-empty-state>
Try a broader search, clear one of the filters, or create a new project if this is your first item.
<stellar-empty-state>
<stellar-icon slot="illustration" name="mdi:inbox-outline"></stellar-icon>
<h4>No matches for “roadmap”</h4>
<p>Try a broader search, clear one of the filters, or create a new project if this is your first item.</p>
<stellar-button appearance="soft" tone="primary">Create project</stellar-button>
</stellar-empty-state>Complete props, events, slots, and implementation notes for the shipped empty-state surface.
| Prop | Type | Default | Notes |
|---|
| Event | Source | Notes |
|---|
| Slot | Notes |
|---|---|
| default | Main copy and actions. Headings, paragraphs, and one or two buttons are the intended composition. |
illustration | Optional leading visual. Works well with an image, illustration, or stellar-icon. |