No deployments
Create a deployment to see it here.

Installation

Usage


export default function Example() {
  return (
    <Empty
      icon={<PackageIcon size={48} />}
title="No packages found"
description="Get started by installing your first package."
      commandLine="npm install @kumo/ui"
/>
  );
}

Examples

Basic

No deployments
Create a deployment to see it here.

Sizes

Empty states come in three sizes to fit different container contexts.

No deployments
Create a deployment to see it here.

With Command Line

Include a copyable command to help users get started.

No deployments
Create a deployment to see it here.

With Actions

Add custom action buttons using the contents prop.

No deployments
Create a deployment to see it here.

Minimal

At minimum, only a title is required.

No deployments
Create a deployment to see it here.

API Reference

Props table: Empty