mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:11:07 +08:00
autotitle controls
This commit is contained in:
parent
d9b67ae7a8
commit
d66a414ceb
@ -4,7 +4,6 @@ import type { Meta, StoryObj } from '@storybook/react';
|
||||
import { BooleanControl } from './Boolean';
|
||||
|
||||
const meta = {
|
||||
title: 'Controls/Boolean',
|
||||
component: BooleanControl,
|
||||
tags: ['docsPage'],
|
||||
parameters: { controls: { include: ['value'] } },
|
||||
|
@ -4,7 +4,6 @@ import { useArgs } from '@storybook/addons';
|
||||
import { ColorControl } from './Color';
|
||||
|
||||
export default {
|
||||
title: 'Controls/Color',
|
||||
component: ColorControl,
|
||||
parameters: { controls: { include: ['value', 'startOpen'] } },
|
||||
tags: ['docsPage'],
|
||||
|
@ -4,7 +4,6 @@ import { useArgs } from '@storybook/addons';
|
||||
import { DateControl } from './Date';
|
||||
|
||||
export default {
|
||||
title: 'Controls/Date',
|
||||
component: DateControl,
|
||||
// not using component here because we want to define argTypes ourselves
|
||||
tags: ['docsPage'],
|
||||
|
@ -4,7 +4,6 @@ import { useArgs } from '@storybook/addons';
|
||||
import { FilesControl } from './Files';
|
||||
|
||||
export default {
|
||||
title: 'Controls/Files',
|
||||
component: FilesControl,
|
||||
tags: ['docsPage'],
|
||||
parameters: { controls: { include: ['value', 'accept'] } },
|
||||
|
@ -4,7 +4,6 @@ import { useArgs } from '@storybook/addons';
|
||||
import { NumberControl } from './Number';
|
||||
|
||||
export default {
|
||||
title: 'Controls/Number',
|
||||
component: NumberControl,
|
||||
tags: ['docsPage'],
|
||||
parameters: { controls: { include: ['value', 'min', 'max', 'step'] } },
|
||||
|
@ -4,7 +4,6 @@ import { useArgs } from '@storybook/addons';
|
||||
import { ObjectControl } from './Object';
|
||||
|
||||
export default {
|
||||
title: 'Controls/Object',
|
||||
component: ObjectControl,
|
||||
tags: ['docsPage'],
|
||||
parameters: { controls: { include: ['value'] } },
|
||||
|
@ -4,7 +4,6 @@ import { useArgs } from '@storybook/addons';
|
||||
import { RangeControl } from './Range';
|
||||
|
||||
export default {
|
||||
title: 'Controls/Range',
|
||||
component: RangeControl,
|
||||
tags: ['docsPage'],
|
||||
parameters: { controls: { include: ['value', 'min', 'max', 'step'] } },
|
||||
|
@ -4,7 +4,6 @@ import { useArgs } from '@storybook/addons';
|
||||
import { TextControl } from './Text';
|
||||
|
||||
export default {
|
||||
title: 'Controls/Text',
|
||||
component: TextControl,
|
||||
tags: ['docsPage'],
|
||||
parameters: { controls: { include: ['value', 'maxLength'] } },
|
||||
|
Loading…
x
Reference in New Issue
Block a user