import React from 'react';
import styled from '@emotion/styled';
import Button from 'app/components/button';
import {Panel, PanelHeader} from 'app/components/panels';
import {IconTelescope, IconUser} from 'app/icons';
import space from 'app/styles/space';
import EmptyMessage from 'app/views/settings/components/emptyMessage';
export default {
title: 'Layouts/EmptyState/EmptyMessage',
component: EmptyMessage,
};
export const Default = () => (
Nothing to see here
);
Default.storyName = 'default';
Default.parameters = {
docs: {
description: {
story: 'Super Generic',
},
},
};
export const InPanel = () => (
Audit LogNo critical actions taken in this period
);
InPanel.storyName = 'in panel';
export const InPanelWithIcon = () => (
Members} size="large">
Sentry is better with friends
);
InPanelWithIcon.storyName = 'in panel with icon';
InPanel.parameters = {
docs: {
description: {
story: 'Put this in a panel for maximum effect',
},
},
};
export const InPanelWithIconAndAction = () => (
Members}
action={}
>
Sentry is better with friends
);
InPanelWithIconAndAction.storyName = 'in panel with icon and action';
export const InPanelWithTitleAndDescription = () => (
Members
);
InPanelWithTitleAndDescription.storyName = 'in panel with title and description';
export const InPanelWithEverything = () => (
Members}
title="Sentry is better with friends!"
description="When you use sentry with friends, you'll find your world of possibilities expands!"
action={
}
/>
);
InPanelWithEverything.storyName = 'in panel with everything';
export const InOnboardingMissingFunctionalityPanel = () => (
}
title="You're missing out on crucial functionality!"
description="Enable this feature now to get the most out of Sentry. What are you waiting for? Do it!"
action={