Skip to content

Commit ba30c92

Browse files
committed
Hide Steppers Events section
1 parent 8445357 commit ba30c92

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

site/content/docs/standard/components/stepper/a-ss.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<li class="mb-1 pl-[9px] text-[0.85rem]">
1414
<a href="#api-section-methods">Methods</a>
1515
</li>
16-
<li class="mb-1 pl-[9px] text-[0.85rem]">
16+
<!-- <li class="mb-1 pl-[9px] text-[0.85rem]">
1717
<a href="#api-section-events">Events</a>
18-
</li>
18+
</li> -->

site/content/docs/standard/components/stepper/a.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,12 @@ <h4 class="mb-4 font-bold">Via JavaScript</h4>
366366
<!-- Section: Code-->
367367
<!-- Section: Methods-->
368368

369-
<hr class="mb-5 dark:border-neutral-600" />
369+
<!-- <hr class="mb-5 dark:border-neutral-600" /> -->
370370

371371
<!-- Section: Events-->
372-
<section id="api-section-events">
373-
<!-- Section title -->
374-
<h2
372+
<!-- <section id="api-section-events"> -->
373+
<!-- Section title -->
374+
<!-- <h2
375375
class="mb-5 mt-0 text-3xl font-semibold leading-normal"
376376
data-te-spy-item>
377377
Events
@@ -430,29 +430,29 @@ <h4 class="mb-4 font-bold">Via JavaScript</h4>
430430
</div>
431431
</div>
432432
</div>
433-
</div>
433+
</div> -->
434434

435-
<!-- Section: Code-->
436-
{{< twsnippet/no-demo id="api-example6" >}}
435+
<!-- Section: Code-->
436+
<!-- {{< twsnippet/no-demo id="api-example6" >}}
437437
<section
438438
class="!visible hidden"
439439
data-te-collapse-item
440440
id="api-example6">
441441
<div class="pt-4">
442-
{{< twsnippet/wrapper "JavaScript" >}}
443-
<!-- prettier-ignore -->
444-
{{< twsnippet/code active=true lang="js" >}}
442+
{{< twsnippet/wrapper "JavaScript" >}} -->
443+
<!-- prettier-ignore -->
444+
<!-- {{< twsnippet/code active=true lang="js" >}}
445445
const stepOne = document.querySelectorAll('[data-te-stepper-step-ref]')[0];
446446
stepOne.addEventListener('onChangeStep.mdb.stepper', () => {
447447
// do something...
448448
});
449449
{{< /twsnippet/code >}}
450450
{{< /twsnippet/wrapper >}}
451451
</div>
452-
</section>
453-
<!-- Section: Code-->
454-
<!-- Section: Events-->
455-
</section>
452+
</section> -->
453+
<!-- Section: Code-->
454+
<!-- Section: Events-->
455+
<!-- </section> -->
456456
<!-- Section: Docs content-->
457457
</section>
458458
</section>

0 commit comments

Comments
 (0)