build(#10336): init
This commit is contained in:
13
packages/frontend/src/components/MkCheckbox.stories.ts
Normal file
13
packages/frontend/src/components/MkCheckbox.stories.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkCheckbox from './MkCheckbox.vue';
|
||||
const meta = {
|
||||
title: 'components/MkCheckbox',
|
||||
component: MkCheckbox,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkCheckbox,
|
||||
},
|
||||
template: '<MkCheckbox />',
|
||||
};
|
||||
export default meta;
|
Reference in New Issue
Block a user