feat: add ui examples
This commit is contained in:
parent
26f5539f3f
commit
3a867c169a
10 changed files with 660 additions and 0 deletions
14
source/data/new.json
Normal file
14
source/data/new.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"text": "Index",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"text": "Basics",
|
||||
"href": "./demo/basics.html"
|
||||
},
|
||||
{
|
||||
"text": "Drag",
|
||||
"href": "./demo/examples/ui/drag.html"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue