Skip to content

Commit

Permalink
feat: add route types panel
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Feb 26, 2024
1 parent 769eae6 commit 480a466
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
></calcite-action>
</calcite-navigation>
<div class="w-full h-full" id="viewDiv"></div>
<calcite-panel slot="footer">
<calcite-block
class="m-0 border-none"
collapsible
open
heading="Route Types"
description="description text"
>
<calcite-icon scale="s" icon="filter" slot="icon"></calcite-icon>
filter content
</calcite-block>
</calcite-panel>
</calcite-shell>
</body>

Expand Down

0 comments on commit 480a466

Please sign in to comment.