File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ fn main() {
36
36
}
37
37
```
38
38
39
+ <img src =" https://raw.githubusercontent.com/ccbrown/iocraft/refs/heads/main/examples/images/hello-world.png " height =237 />
40
+
39
41
Your UI is composed primarily via the ` element! ` macro, which allows you to
40
42
declare your UI elements in a React/SwiftUI-like syntax.
41
43
@@ -70,12 +72,18 @@ fn main() {
70
72
}
71
73
```
72
74
75
+ <img src =" https://raw.githubusercontent.com/ccbrown/iocraft/refs/heads/main/examples/images/counter.svg " />
76
+
73
77
## More Examples
74
78
75
79
There are many [ examples on GitHub] ( https://github.com/ccbrown/iocraft/tree/main/examples ) which
76
80
demonstrate various concepts such as tables, progress bars, fullscreen apps,
77
81
forms, and more!
78
82
83
+ <img src =" https://raw.githubusercontent.com/ccbrown/iocraft/refs/heads/main/examples/images/table.png " height =402 />
84
+ <img src =" https://raw.githubusercontent.com/ccbrown/iocraft/refs/heads/main/examples/images/form.png " height =387 />
85
+ <img src =" https://raw.githubusercontent.com/ccbrown/iocraft/refs/heads/main/examples/images/fullscreen.png " height =462 />
86
+
79
87
## Shoutouts
80
88
81
89
` iocraft ` was inspired by [ Dioxus] ( https://github.com/DioxusLabs/dioxus ) and
You can’t perform that action at this time.
0 commit comments