Components / Empty State
Empty State
The zero-items state of a list or grid: no posts scheduled yet, no accounts connected. Says what belongs here and gives one way to fill it.
import { EmptyState } from '@layers/ui/empty-state'Rendered stock
House rules
- Only for genuinely empty collections. Loading renders Skeleton rows and failures are stated honestly; never paper over an error with an empty state.
- At most one action, and its label names the verb, like "Schedule a post".
- Copy is plain product language: no industry jargon, and the verb is always "post", never "publish".