@burrow-ui/empty-state
v0.1.7
Published
Empty state component for Burrow UI (icon, title, description and action)
Maintainers
Readme
@burrow-ui/empty-state
Muted placeholder for empty result sets, unavailable content, or first-run surfaces.
import {EmptyState} from "@burrow-ui/empty-state";
<EmptyState
icon={<SearchIcon />}
title="Nothing found"
description="Try changing filters."
action={<button type="button">Reset</button>}
/>;Peer dependencies
react,react-dom^18 || ^19styled-components^6
