v3/packages/design-system/templates/generic-loading/GenericLoading.stories.tsx
Katalina e0fcfc310e
feat: add skeleton masthead and generic loading page (#182)
* feat: add skeleton masthead and generic loading page

* add generic loader to picker page

* smooth out spinner, add no-motion state
2021-03-15 19:51:56 -04:00

7 lines
233 B
TypeScript

import { GenericLoadingTemplate } from './GenericLoading';
export default {
title: 'Templates/Generic Loading',
component: GenericLoadingTemplate,
};
export const genericLoading = (args) => <GenericLoadingTemplate {...args} />;