A quiet zero-state surface for missing data or first-run flows.
EmptyState defines how EnterUI handles a quiet zero-state surface for missing data or first-run flows, including default structure, accessible states, and token-driven styling.
Keep copy specific and actions direct.
Choose a component or adjust filters to inspect usage.
<EmptyState
title="No records selected"
description="Choose a component or adjust filters to inspect usage."
action={<Button variant="secondary">Clear filters</Button>}
/>import { Button, EmptyState } from "@froggdesign/enter-ui-react";EmptyState is regular document content. Use clear headings and actions that explain the next useful step.
title, description, icon, and action accept React nodes.Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.