add list demo.
This commit is contained in:
parent
9e35a20a60
commit
975cde8a31
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ const demo = [
|
|||
}]
|
||||
], "it can even do buttons!"],
|
||||
state => ["p", [], state.get("clicked") ? "clicked" : "not clicked"],
|
||||
["ul",
|
||||
[],
|
||||
[
|
||||
["li", [], "meow"],
|
||||
["li", [], "uwu"],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue