iced-yoda/examples/styling/README.md

14 lines
298 B
Markdown
Raw Permalink Normal View History

2020-01-20 07:22:10 +01:00
# Styling
An example showcasing custom styling with a light and dark theme.
All the example code is located in the __[`main`](src/main.rs)__ file.
<div align="center">
<img src="https://iced.rs/examples/styling.gif">
2020-01-20 07:22:10 +01:00
</div>
You can run it with `cargo run`:
```
cargo run --package styling
```