Add toolbox library page with editable examples
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s

This commit is contained in:
Shinuwa 2026-08-03 11:37:59 +02:00
parent 8eb622e05d
commit 9b72f4934c
20 changed files with 4774 additions and 31 deletions

View file

@ -69,7 +69,7 @@ export function CountersModule({ toolboxId, moduleId, context, editing }) {
>
<Icon name="drag" />
</button>
<div>
<div className="counter-value">
<strong>{counter.value}</strong>
<span>{counter.label}</span>
</div>