Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
macandcheese committed Jan 30, 2025
1 parent f55d40a commit b0bebe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/calcite-components/src/demos/shell-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,12 @@
<calcite-chip selected value="overlay">overlay</calcite-chip>
<calcite-chip value="float-all">float all</calcite-chip>
</calcite-chip-group>
<br />
<calcite-chip-group id="chip-layout-panel-top" selection-mode="single-persist">
<calcite-chip value="vertical">Vertical</calcite-chip>
<calcite-chip selected value="horizontal">Horizontal</calcite-chip>
</calcite-chip-group>
<br />
<calcite-chip-group id="chip-position-panel-top" selection-mode="single-persist">
<calcite-chip selected value="start">Start</calcite-chip>
<calcite-chip value="end">End</calcite-chip>
Expand Down

0 comments on commit b0bebe5

Please sign in to comment.