Skip to content

Commit

Permalink
fix: revert index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Jan 10, 2024
1 parent 739f125 commit bb55542
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions packages/components/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,40 +24,6 @@
</head>

<body>
<scale-tab-nav>
<scale-tab-header slot="tab">
<scale-icon-home-home></scale-icon-home-home> General
</scale-tab-header>
<scale-tab-panel slot="panel">
Freegan kinfolk farm-to-table humblebrag cred…
</scale-tab-panel>
<scale-tab-header slot="tab" id="foobar">
<scale-icon-user-file-analytics></scale-icon-user-file-analytics> Usage
</scale-tab-header>
<scale-tab-panel slot="panel">
Bespoke austin pork belly yuccie pop-up. Before they sold out…
</scale-tab-panel>
<scale-tab-header slot="tab">
<scale-icon-content-heart></scale-icon-content-heart> Style
</scale-tab-header>
<scale-tab-panel slot="panel">
Biodiesel chia af hoodie tumeric bespoke letterpress…
</scale-tab-panel>
<scale-tab-header slot="tab" disabled>
<scale-icon-action-random></scale-icon-action-random> Code
</scale-tab-header>
<scale-tab-panel slot="panel">
Asymmetrical tattooed chia, banh mi blog microdosing…
</scale-tab-panel>
</scale-tab-nav>
<span id="na"> gooo </span>
<h1 class="scl-font-variant-body">index.html</h1>
</body>
<script>
setTimeout(() => {
const items = document.querySelectorAll('scale-tab-header');

// console.log('items ->', items)
items[0].setAttribute('disabled', true);
}, 2000);
</script>
</html>
</html>

0 comments on commit bb55542

Please sign in to comment.