Skip to content

Commit

Permalink
Deploying to gh-pages from @ edab051 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Oct 19, 2024
1 parent 2fe568a commit a8cc579
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 79 deletions.
6 changes: 6 additions & 0 deletions build/285.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
@change=${t=>document.querySelector("#test-tab").orientation=t.detail.value}
></sc-tab>
</div>
<div>
<sc-text>draggable [=false]</sc-text>
<sc-toggle
@change=${t=>document.querySelector("#test-tab").draggable=t.detail.value}
></sc-toggle>
</div>
<!-- <div>
<sc-text>[?disabled=false]</sc-text>
<sc-toggle
Expand Down
2 changes: 1 addition & 1 deletion build/967.bundle.js

Large diffs are not rendered by default.

160 changes: 82 additions & 78 deletions build/bundle.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/sc-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ const template = html\`
@change=${e => document.querySelector('#test-tab').orientation = e.detail.value}
></sc-tab>
</div>
<div>
<sc-text>draggable [=false]</sc-text>
<sc-toggle
@change=${e => document.querySelector('#test-tab').draggable = e.detail.value}
></sc-toggle>
</div>
<!-- <div>
<sc-text>[?disabled=false]</sc-text>
<sc-toggle
Expand Down

0 comments on commit a8cc579

Please sign in to comment.