1.2.2
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s

This commit is contained in:
2026-04-28 22:34:10 +02:00
parent e1d561ef9a
commit 00e4172942
15 changed files with 1414 additions and 1672 deletions

View File

@@ -133,7 +133,7 @@ const rangeValue = $(50);
mount(
div({ class: 'flex flex-col gap-2' }, [
Range({ min: 0, max: 100, value: rangeValue, oninput: (e) => rangeValue(+e.target.value) }),
Range({ min: 0, max: 100, value: rangeValue }),
span({}, () => `Value: ${rangeValue()}`)
]),
'#demo-range'