Skip to content

Commit

Permalink
feat(stats): add slot for stats in the tab nav
Browse files Browse the repository at this point in the history
  • Loading branch information
angrynerds-weronika committed Nov 10, 2022
1 parent f1f7c4f commit 1b705eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ debug.log
yarn-error.log
.eslintcache
.DS_Store
.idea
1 change: 1 addition & 0 deletions src/cosmoz-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const Tabs = host => {
<div class="tabs" part="tabs" role="tablist">
<slot name="tabs"></slot>
${ tabs.map(renderTab(opts)) }
<slot name="stats"></slot>
</div>
<div id="content" part="content">
Expand Down

0 comments on commit 1b705eb

Please sign in to comment.