1 2 3 4 5 6 7 8 9 10 11
page ComponentPreview <section class="ax-component-preview" data-surface={surface}> <header class="ax-component-preview__header"> <strong class="ax-component-preview__title">{title}</strong> </header> <div class="ax-component-preview__stage"> <Slot /> </div> </section>