Docs Updated

This commit is contained in:
2026-04-03 01:41:07 +02:00
parent b0629ef3d0
commit 257107e198
42 changed files with 1529 additions and 6255 deletions

View File

@@ -168,7 +168,6 @@ $mount(UserDropdown, '#demo-user');
```javascript
const ReactiveDropdown = () => {
const count = $(0);
$watch(()=>console.log(count()));
const items = () => [
{ label: `Count: ${count()}`, onclick: () => {} },
{ label: 'Increment', onclick: () => count(count() + 1) },