1 2 3 4 5
component Tabs(defaultValue = "preview") <div class="ax-tabs" data-default-value={defaultValue}> <Slot /> </div>