iced/examples/styling/README.md
Héctor Ramón Jiménez 6fd2c15527
Host GIFs and video examples in iced.rs
RIP Gfycat
2023-09-07 05:05:43 +02:00

13 lines
298 B
Markdown

# 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">
</div>
You can run it with `cargo run`:
```
cargo run --package styling
```