feat: add ui examples

This commit is contained in:
sthag 2024-08-15 22:41:12 +02:00
parent 26f5539f3f
commit 3a867c169a
10 changed files with 660 additions and 0 deletions

14
source/data/new.json Normal file
View file

@ -0,0 +1,14 @@
[
{
"text": "Index",
"href": "/"
},
{
"text": "Basics",
"href": "./demo/basics.html"
},
{
"text": "Drag",
"href": "./demo/examples/ui/drag.html"
}
]