Empty State
Informational placeholder for no-data and first-run flows.
Import/Installation
import { EmptyState } from "@lottiefiles/creator-plugins-ui";Preview
Usage
<EmptyState title="No assets" description="Import your first file" />Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| icon | React.ReactNode | — | No | Optional decorative icon. |
| title | string | — | No | Primary headline text. |
| description | string | — | No | Supporting description text. |
| action | React.ReactNode | — | No | Optional recovery action (button or link). |
| variant | "default" | "compact" | "default" | No | Layout style. |
Last updated: August 5, 2026 at 11:47 AMEdit this page