mirror of
https://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit-examples.git
synced 2026-01-27 06:50:41 +00:00
No description
- Update usage of Fab, FabMenu, DisplayField, and gestures to match recent API changes in pwt. - Add a custom panic hook to display panic messages in the browser window. Signed-off-by: Dietmar Maurer <dietmar@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.