mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-21 14:35:29 +02:00
build(#10336): init
This commit is contained in:
13
packages/frontend/src/components/global/MkA.stories.ts
Normal file
13
packages/frontend/src/components/global/MkA.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkA from './MkA.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkA',
|
||||
component: MkA,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkA,
|
||||
},
|
||||
template: '<MkA />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkAcct.stories.ts
Normal file
13
packages/frontend/src/components/global/MkAcct.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkAcct from './MkAcct.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkAcct',
|
||||
component: MkAcct,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkAcct,
|
||||
},
|
||||
template: '<MkAcct />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkAd.stories.ts
Normal file
13
packages/frontend/src/components/global/MkAd.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkAd from './MkAd.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkAd',
|
||||
component: MkAd,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkAd,
|
||||
},
|
||||
template: '<MkAd />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkAvatar.stories.ts
Normal file
13
packages/frontend/src/components/global/MkAvatar.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkAvatar from './MkAvatar.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkAvatar',
|
||||
component: MkAvatar,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkAvatar,
|
||||
},
|
||||
template: '<MkAvatar />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkCustomEmoji from './MkCustomEmoji.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkCustomEmoji',
|
||||
component: MkCustomEmoji,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkCustomEmoji,
|
||||
},
|
||||
template: '<MkCustomEmoji />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkEllipsis from './MkEllipsis.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkEllipsis',
|
||||
component: MkEllipsis,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkEllipsis,
|
||||
},
|
||||
template: '<MkEllipsis />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkEmoji.stories.ts
Normal file
13
packages/frontend/src/components/global/MkEmoji.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkEmoji from './MkEmoji.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkEmoji',
|
||||
component: MkEmoji,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkEmoji,
|
||||
},
|
||||
template: '<MkEmoji />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkError.stories.ts
Normal file
13
packages/frontend/src/components/global/MkError.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkError from './MkError.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkError',
|
||||
component: MkError,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkError,
|
||||
},
|
||||
template: '<MkError />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkLoading.stories.ts
Normal file
13
packages/frontend/src/components/global/MkLoading.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkLoading from './MkLoading.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkLoading',
|
||||
component: MkLoading,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkLoading,
|
||||
},
|
||||
template: '<MkLoading />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkMisskeyFlavoredMarkdown from './MkMisskeyFlavoredMarkdown.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkMisskeyFlavoredMarkdown',
|
||||
component: MkMisskeyFlavoredMarkdown,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkMisskeyFlavoredMarkdown,
|
||||
},
|
||||
template: '<MkMisskeyFlavoredMarkdown />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkPageHeader from './MkPageHeader.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkPageHeader',
|
||||
component: MkPageHeader,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkPageHeader,
|
||||
},
|
||||
template: '<MkPageHeader />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkPageHeader_tabs from './MkPageHeader.tabs.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkPageHeader.tabs',
|
||||
component: MkPageHeader_tabs,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkPageHeader_tabs,
|
||||
},
|
||||
template: '<MkPageHeader.tabs />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkSpacer.stories.ts
Normal file
13
packages/frontend/src/components/global/MkSpacer.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkSpacer from './MkSpacer.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkSpacer',
|
||||
component: MkSpacer,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkSpacer,
|
||||
},
|
||||
template: '<MkSpacer />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkStickyContainer from './MkStickyContainer.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkStickyContainer',
|
||||
component: MkStickyContainer,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkStickyContainer,
|
||||
},
|
||||
template: '<MkStickyContainer />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkTime.stories.ts
Normal file
13
packages/frontend/src/components/global/MkTime.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkTime from './MkTime.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkTime',
|
||||
component: MkTime,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkTime,
|
||||
},
|
||||
template: '<MkTime />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/components/global/MkUrl.stories.ts
Normal file
13
packages/frontend/src/components/global/MkUrl.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkUrl from './MkUrl.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkUrl',
|
||||
component: MkUrl,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkUrl,
|
||||
},
|
||||
template: '<MkUrl />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkUserName from './MkUserName.vue';
|
||||
const meta = {
|
||||
title: 'components/global/MkUserName',
|
||||
component: MkUserName,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkUserName,
|
||||
},
|
||||
template: '<MkUserName />',
|
||||
};
|
||||
export default meta;
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import RouterView from './RouterView.vue';
|
||||
const meta = {
|
||||
title: 'components/global/RouterView',
|
||||
component: RouterView,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
RouterView,
|
||||
},
|
||||
template: '<RouterView />',
|
||||
};
|
||||
export default meta;
|
||||
Reference in New Issue
Block a user