Display

Component

Empty State

Placeholder layouts for empty datasets, search resets, document creation, and zero state screens.

Component Syntax

blade
<x-aura::empty-state icon="folder-open" title="No Projects Found" description="Get started by creating a new project.">
    <x-aura::button variant="primary" size="sm">
        Create
    </x-aura::button>
</x-aura::empty-state>

1. Project Creation Zero State

blade

No Projects Found

You have not created any workspace projects yet. Get started by creating your first project.

2. Search Filter No Results

blade

No Matches Found

We could not find any records matching your search criteria. Try adjusting keywords or clearing active filters.

3. Minimal Placeholder

blade

All Caught Up

You have zero unread notifications in your personal queue.

Component Props

Available properties and configurations for the empty state component.

Prop Default Available Values

title

null

Title string

description

null

Description string

icon

null

Icon name string or HTML slot