1import { EmptyState } from "passport-ui";
1<EmptyState2 title="No results found"3 description="Try adjusting your search or filter to find what you're looking for."4 action={<Button>Clear filters</Button>}5/>
A placeholder for sections that have no content to display.
Import the component from the passport-ui package.
1import { EmptyState } from "passport-ui";
Basic example showing how to use the component.
1<EmptyState2 title="No results found"3 description="Try adjusting your search or filter to find what you're looking for."4 action={<Button>Clear filters</Button>}5/>
Documentation and examples are available in Storybook.