EmptyState

Placeholder when there is nothing to show

Preview

No Results

Try adjusting your filters or search terms.

Props
title

Empty state heading

description

Supporting message

Code
<EmptyState
  title="No Results"
  description="Try adjusting your filters or search terms."
  action={<Button variant="solid">Clear Filters</Button>}
/>