mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Double title.
This commit is contained in:
parent
270284f705
commit
2c9acb31e6
@ -16,7 +16,6 @@ export default {
|
||||
title: 'List',
|
||||
component: List,
|
||||
subcomponents: { ListItem }, //👈 Adds the ListItem component as a subcomponent
|
||||
title: 'List',
|
||||
} as ComponentMeta<typeof List>;
|
||||
|
||||
const Empty: ComponentStory<typeof List> = (args) => <List {...args} />;
|
||||
@ -26,4 +25,4 @@ const OneItem: ComponentStory<typeof List> = (args) =>(
|
||||
<ListItem />
|
||||
</List>
|
||||
);
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user