iced/examples/scrollable
Héctor Ramón Jiménez 7f66345d5a Improve minor details in scrollable example
- Rename `Config` to `Variant`
- Include `State` in `Variant` to avoid `zip`
- Break long string literal
- Split `style` module into its own file
2020-10-24 10:29:12 +02:00
..
src Improve minor details in scrollable example 2020-10-24 10:29:12 +02:00
Cargo.toml Add scrollable example program 2020-10-22 16:24:54 -05:00
README.md Add scrollable example program 2020-10-22 16:24:54 -05:00
screenshot.png Add scrollable example program 2020-10-22 16:24:54 -05:00

Scrollable

An example showcasing the various size and style options for the Scrollable.

All the example code is located in the main file.

You can run it with cargo run:

cargo run --package scrollable