mirror of
https://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit-examples.git
synced 2025-12-06 10:32:33 +00:00
No description
this does not exist anymore and it's now part of `Menu` Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
|---|---|---|
| counter | ||
| counter2 | ||
| demo | ||
| form | ||
| loader | ||
| mobile | ||
| mobile2 | ||
| pwt | ||
| pwt-assets | ||
| themes | ||
| .gitignore | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| Makefile | ||
| README.md | ||
Example code for the Proxmox Yew Widget Toolkit
This repository contain the main demo code and a few other examples on how to use the toolkit.
To simplify usage, we included the necessary toolkit source
as git subtree (directory pwt and pwt-assets)
All examples assume that you have a working trunk installation. Each directory contains a Readme file with further instructions.
We currently have the following example:
demo: Main demo showing most of the available widgetscounter: Very simple counter democounter2: Same ascounter, but using a functiional component.form: This example uses different input field types, and show how they interact with the form context.loader: Async load data and correcty show load mask and load errors.themes: Show available themes.
The rest of the examples is experimental, unfinished code for mobile devices:
mobile: Very simple mobile app with page animation.mobile2: More complex mobile app.