CroftSoft Dioxus Prototype
This prototype supports static prerendering with client-side hydration.
-
The
Animation
component demonstrates
- animation in a loop
- focus, key, and mouse inputs
-
The
Barchart
component demonstrates
- using crate dioxus-charts
- with CSS customization
-
The
Flashcard
component demonstrates
- button inputs
- opening an external webpage
- SVG icons
-
The Manual link demonstrates
- integrating with pre-existing non-Dioxus webpages
-
The
Retirement
component demonstrates
- internationalization (i18n) for static prerendering
- shared state for static prerendering
- form inputs
- filtering out non-numeric input values
- displaying a value calculated from the inputs
-
The
Slideshow
component demonstrates
- fullscreen toggle and change detection
- loading image assets
- periodic updates