Skip to content

Commit 39de180

Browse files
authored
add images to readme
1 parent 0b241c4 commit 39de180

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ fn main() {
3636
}
3737
```
3838

39+
<img src="https://raw.githubusercontent.com/ccbrown/iocraft/refs/heads/main/examples/images/hello-world.png" height=237 />
40+
3941
Your UI is composed primarily via the `element!` macro, which allows you to
4042
declare your UI elements in a React/SwiftUI-like syntax.
4143

@@ -70,12 +72,18 @@ fn main() {
7072
}
7173
```
7274

75+
<img src="https://raw.githubusercontent.com/ccbrown/iocraft/refs/heads/main/examples/images/counter.svg" />
76+
7377
## More Examples
7478

7579
There are many [examples on GitHub](https://github.com/ccbrown/iocraft/tree/main/examples) which
7680
demonstrate various concepts such as tables, progress bars, fullscreen apps,
7781
forms, and more!
7882

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+
7987
## Shoutouts
8088

8189
`iocraft` was inspired by [Dioxus](https://github.com/DioxusLabs/dioxus) and

0 commit comments

Comments
 (0)