diff --git a/packages/website/docs/components/display/empty_prompt/guidelines.mdx b/packages/website/docs/components/display/empty_prompt/guidelines.mdx new file mode 100644 index 00000000000..40ace643b93 --- /dev/null +++ b/packages/website/docs/components/display/empty_prompt/guidelines.mdx @@ -0,0 +1,101 @@ +--- +slug: /display/empty-prompt/guidelines +id: display_empty_prompt_guidelines +title: Empty prompt guidelines +sidebar_label: Guidelines +--- + +import { EuiFlexGroup } from '@elastic/eui'; + +## Anatomy + +A useful empty state will let the user know what's happening, why it's happening, and what to do about it. It can contribute to a more compelling user experience and add more value to the business if done right. + +To make the empty state clear, follow this pattern: + +import { EuiAspectRatio } from '@elastic/eui'; + + +