Empty State Component
An empty state component with icon and action slots.
Properties
Name | Type | Default | Description |
---|---|---|---|
title | string | '' | The title of the empty state. |
description | string | '' | The description of the empty state. |
content-alignment | 'auto' | 'center' | 'auto' | The alignment of the content. |
Slots
Name | Description |
---|---|
icon | The slot for icon element. |
action | The slot for action element. |