feat: Dropdown select menu. (#214)

Dom
 - `vscroll_indicator`. Show a scrollback indicator on the right.

Component
 - `Maybe`: Display an component conditionnally based on a boolean.
 - `Dropdown`: A dropdown select list.

This address:
https://github.com/ArthurSonzogni/FTXUI/issues/204
This commit is contained in:
Arthur Sonzogni
2021-09-26 15:19:17 +02:00
parent 0d1a7ffe6d
commit c5ef0c7fb5
12 changed files with 282 additions and 6 deletions

View File

@@ -2,19 +2,21 @@ set(DIRECTORY_LIB component)
example(button)
example(checkbox)
example(nested_screen)
example(checkbox_in_frame)
example(composition)
example(dropdown)
example(gallery)
example(homescreen)
example(input)
example(maybe)
example(menu)
example(menu_in_frame)
example(menu2)
example(menu_multiple)
example(menu_entries)
example(menu_in_frame)
example(menu_multiple)
example(menu_style)
example(modal_dialog)
example(nested_screen)
example(print_key_press)
example(radiobox)
example(radiobox_in_frame)