mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat: add new affine loading component
This commit is contained in:
10
packages/component/src/stories/AffineLoading.stories.tsx
Normal file
10
packages/component/src/stories/AffineLoading.stories.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { StoryFn } from '@storybook/react';
|
||||
|
||||
import { AffineLoading } from '../components/affine-loading';
|
||||
|
||||
export default {
|
||||
title: 'AFFiNE/Loading',
|
||||
component: AffineLoading,
|
||||
};
|
||||
|
||||
export const Default: StoryFn = () => <AffineLoading />;
|
||||
Reference in New Issue
Block a user