diff --git a/README.md b/README.md index e30f415d..8eaa2def 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,17 @@ Enable this widget with the feature `number_input`. *This widget does currently not support web* +### SelectionList + +A selection space to show any options passed in. + +
+ +![SelectionList showcase](./images/showcase/selection_list.gif) +
+ +Enable this widget with the feature `selection_list`. + ### Split A split divides the available space to display two different elements. diff --git a/images/showcase/selection_list.gif b/images/showcase/selection_list.gif new file mode 100644 index 00000000..0c83cd3b Binary files /dev/null and b/images/showcase/selection_list.gif differ