Empty State

Standardized empty result UI with illustration slot, title, description, and action.

Data Display@sisyphos-ui/empty-stateView on npm

Preview

tsx

No results found

Try changing the filters or search for a different term.

Installation

Install the individual package:

snippet.bashbash
pnpm add @sisyphos-ui/empty-state @sisyphos-ui/core

Or use the umbrella package that bundles everything:

snippet.bashbash
pnpm add @sisyphos-ui/ui

Usage

Import the component styles and the component itself:

snippet.tsxtsx
import "@sisyphos-ui/empty-state/styles.css";
import { EmptyState } from "@sisyphos-ui/empty-state";

API

Props table is being written. See the package README for the complete API surface.

The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README.