Add storybook

Signed-off-by: Joon Park <joonp@spotify.com>
This commit is contained in:
Joon Park
2022-09-02 16:34:32 +01:00
parent def8111ae1
commit 801ecc0354
@@ -76,3 +76,13 @@ export const WithAction = () => (
/>
</div>
);
export const CustomImage = () => (
<div style={containerStyle}>
<EmptyState
title="Custom image example"
missing={{ customImage: <img src="https://backstage.io/animations/backstage-software-catalog-icon-1.gif" alt="Backstage example" /> }}
/>
</div>
);