Skip to content

Commit 032baeb

Browse files
authored
refactor(aria/toolbar): reorder toolbar examples (#32133)
Updates toolbar demos to reorder the vertical demo to be after the horizontal demo and before the skip disabled demo.
1 parent 5396c43 commit 032baeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/dev-app/aria-toolbar/toolbar-demo.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<h2>Toolbar Basic Horizontal</h2>
55
<toolbar-basic-horizontal-example></toolbar-basic-horizontal-example>
66
</div>
7-
<div class="example-toolbar-container">
8-
<h2>Toolbar Skip Disabled</h2>
9-
<toolbar-skip-disabled-example></toolbar-skip-disabled-example>
10-
</div>
117
<div class="example-toolbar-container">
128
<h2>Toolbar Basic Vertical</h2>
139
<toolbar-basic-vertical-example></toolbar-basic-vertical-example>
1410
</div>
11+
<div class="example-toolbar-container">
12+
<h2>Toolbar Skip Disabled</h2>
13+
<toolbar-skip-disabled-example></toolbar-skip-disabled-example>
14+
</div>
1515
<div class="example-configurable-radio-container example-toolbar-container">
1616
<h2>Configurable CDK Toolbar</h2>
1717
<toolbar-configurable-example></toolbar-configurable-example>

0 commit comments

Comments
 (0)