mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
minor fixes to the list-story-reuse mdx snippet
This commit is contained in:
parent
94dcdbb587
commit
4fe0830492
@ -9,8 +9,8 @@ export const ManyItems: Story<List> = (args) => ({
|
||||
template: `
|
||||
<app-list>
|
||||
<app-listitem [itemProperty]="Selected"></app-listitem>
|
||||
<app-listitem [itemProperty]="Unselected"></app-listitemm>
|
||||
<app-listitem[itemProperty]="Unselected"></app-listitem>
|
||||
<app-listitem [itemProperty]="Unselected"></app-listitem>
|
||||
<app-listitem [itemProperty]="Unselected"></app-listitem>
|
||||
</app-list>`,
|
||||
});
|
||||
ManyItems.args= {
|
||||
|
Loading…
x
Reference in New Issue
Block a user