Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit db87199

Browse files
authored
Merge pull request #50 from TimJ0212/master
fix: Change path to image for file-explorer example
2 parents 48e9cfa + f2b4a09 commit db87199

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

file-explorer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example shows how a Dioxus App can directly leverage system calls and libraries to bridge native functionality with the WebView renderer.
44

5-
![example](./src/image.png)
5+
![example](./assets/image.png)
66

77

88
## To run this example:

weatherapp/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Weather App with Rust + Dioxus
2+
3+
This example shows a reactive Dioxus App with the following featurea:
4+
- tailwind integration for styling
5+
- use_state hook to leverage reactive state
6+
- use_future hook for async API calls
7+
8+
![example](./weatherapp.png)
9+

0 commit comments

Comments
 (0)