File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/main/src/webComponents/FlexibleColumnLayout Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments