Bedrock Design System

Empty State Illustrations

UsagePermalink to: Usage

ReactPermalink to: React

All empty state illustrations are available as React components via the Illustration Component and the name prop (see list of names below).

Open
import { Illustration } from "@peakon/bedrock/react/assets/Illustration";

function Snippet() {
  return <Illustration name="empty-state-checkmark-circle" />;
}

LibraryPermalink to: Library