Error State

Displays an error state

<ErrorState status={404} message="Requested resource is unavailable 😭" />

Usage

import { ErrorState } from "@raystack/apsara";
 
<ErrorState />;

On this page