refactor: move template rendering to own properties and functions

This commit is contained in:
2026-07-06 11:41:27 +02:00
parent 4af653e08a
commit 158892bd3e
4 changed files with 107 additions and 89 deletions
@@ -42,4 +42,8 @@ export default class SceltaCarrieraComponent extends ElixFormsComponentAbstract
</>
);
}
protected override renderExtraContent(): JSX.Element {
return <p>Altre cose</p>;
}
}