Skip to content

Commit a106d7d

Browse files
committed
Update FlexibleColumnLayout.stories.tsx
1 parent 9dc82d1 commit a106d7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/main/src/webComponents/FlexibleColumnLayout/FlexibleColumnLayout.stories.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,26 @@ export const Default: Story = {
4747
<ListItemStandard text="List Item 1" />
4848
<ListItemStandard text="List Item 2" />
4949
<ListItemStandard text="List Item 3" />
50+
<ListItemStandard text="List Item 4" />
51+
<ListItemStandard text="List Item 5" />
5052
</List>
5153
}
5254
midColumn={
5355
<List headerText="Mid Column List">
5456
<ListItemStandard text="List Item 1" />
5557
<ListItemStandard text="List Item 2" />
5658
<ListItemStandard text="List Item 3" />
59+
<ListItemStandard text="List Item 4" />
60+
<ListItemStandard text="List Item 5" />
5761
</List>
5862
}
5963
endColumn={
6064
<List headerText="End Column List">
6165
<ListItemStandard text="List Item 1" />
6266
<ListItemStandard text="List Item 2" />
6367
<ListItemStandard text="List Item 3" />
68+
<ListItemStandard text="List Item 4" />
69+
<ListItemStandard text="List Item 5" />
6470
</List>
6571
}
6672
/>

0 commit comments

Comments
 (0)