woocommerce/plugins/woocommerce-admin/client/components/empty-content/example.md

222 B

import { EmptyContent } from '@woocommerce/components';

const MyEmptyContent = () => (
	<EmptyContent
		title="Nothing here"
		message="Some descriptive text"
		actionLabel="Reload page"
		actionURL="#"
	/>
);