First Upload sigpro ui

This commit is contained in:
2026-03-30 13:33:06 +02:00
commit 40d3b91c16
8 changed files with 1461 additions and 0 deletions

21
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,21 @@
* [**Home**](README.md)
* **Introduction**
* [Installation](install.md)
* [Examples](examples.md)
* [Vite Plugin](vite/plugin.md)
* **API Reference**
* [Quick Start](api/quick.md)
* [$ signals](api/signal.md)
* [$watch](api/watch.md)
* [$if](api/if.md)
* [$for](api/for.md)
* [$router](api/router.md)
* [$mount](api/mount.md)
* [$html](api/html.md)
* [Tags](api/tags.md)
* [Global Store](api/global.md)
* **UI Components**
* [Quick Start](ui/quick.md)