summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-01-09 19:23:35 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-09 19:23:35 +0100
commit7ccd87c36b54e0d53f65f5774f140a0528ae4504 (patch)
treebf12f165d43c785adfd4ac906b8f4035035c5d42 /examples/README.md
parent07d755c6a270bd46fe9752ed57b3ceaddda1f081 (diff)
parent2d007474dd002dfc936f75f7379f1bbae72c5ad4 (diff)
downloadiced-7ccd87c36b54e0d53f65f5774f140a0528ae4504.tar.gz
iced-7ccd87c36b54e0d53f65f5774f140a0528ae4504.tar.bz2
iced-7ccd87c36b54e0d53f65f5774f140a0528ae4504.zip
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
[Feature] Multidirectional scrolling
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index bb15dc2e..74cf145b 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -99,7 +99,7 @@ A bunch of simpler examples exist:
- [`pick_list`](pick_list), a dropdown list of selectable options.
- [`pokedex`](pokedex), an application that displays a random Pokédex entry (sprite included!) by using the [PokéAPI].
- [`progress_bar`](progress_bar), a simple progress bar that can be filled by using a slider.
-- [`scrollable`](scrollable), a showcase of the various scrollbar width options.
+- [`scrollable`](scrollable), a showcase of various scrollable content configurations.
- [`sierpinski_triangle`](sierpinski_triangle), a [sierpiński triangle](https://en.wikipedia.org/wiki/Sierpi%C5%84ski_triangle) Emulator, use `Canvas` and `Slider`.
- [`solar_system`](solar_system), an animated solar system drawn using the `Canvas` widget and showcasing how to compose different transforms.
- [`stopwatch`](stopwatch), a watch with start/stop and reset buttons showcasing how to listen to time.