EmptyState Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
EmptyState
Standard empty-result block with optional action.
Use when: Use when a list, query or section has no records yet.
Import
import { EmptyState } from "@components/index";Example
<EmptyState title="No records" description="Create the first item." action={<Button title="Create" />} />Available Props
titlestring
Main empty-state title.
descriptionstring
Supporting guidance.
actionReactNode
Optional CTA.
Live Preview
No records
Create the first item to start this flow.
Controls
This component usually does not need controls beyond title, description and action content.