This commit is contained in:
2026-03-25 21:12:39 +01:00
parent 43bec4a4a6
commit 0893b99d87

View File

@@ -811,7 +811,7 @@ export const UI = ($, defaultLang = "es") => {
"div", "div",
{ {
role: "tablist", role: "tablist",
class: joinClass("tabs tabs-lifted", props.$class || props.class), class: joinClass("tabs tabs-box", props.$class || props.class),
}, },
ui.For( ui.For(
itemsSignal, itemsSignal,