mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
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
This commit is contained in:
parent
fa85b30cf0
commit
e0fcfc310e
28 changed files with 380 additions and 30 deletions
13
packages/design-system/atoms/spinner/Spinner.stories.tsx
Normal file
13
packages/design-system/atoms/spinner/Spinner.stories.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { Hero } from '@roleypoly/design-system/atoms/hero';
|
||||
import { Spinner } from './Spinner';
|
||||
|
||||
export default {
|
||||
title: 'Atoms/Spinner',
|
||||
component: Spinner,
|
||||
};
|
||||
|
||||
export const spinner = (args) => (
|
||||
<Hero>
|
||||
<Spinner {...args} />
|
||||
</Hero>
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue