File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
site/content/docs/standard/components/stepper Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 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> -->
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments