Skip to content

Commit

Permalink
Update empty state documentation [WD-6189]
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanporwal committed Nov 23, 2023
1 parent b9274c8 commit 39856bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/docs/patterns/empty-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ context:
title: Empty states | Components
---

State zero or the empty state is a state where there is no data to display in the UI. It is most commonly used when a new feature is developed or a user interacts with the page for the first time. It can also be used when all data is deleted or unavailable. Empty states inform, support, and provide constructive guidance about the next steps when there is nothing to display.
State zero or the empty state is the moment in the app where there is no data to display in the UI. It is most commonly used when a new feature is developed or a user interacts with the page for the first time. It can also be used when all data is deleted or unavailable.

Empty states should inform, support, and guide users to next steps when there is nothing to display.

## No content

Expand Down

0 comments on commit 39856bd

Please sign in to comment.