mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 17:18:08 +08:00
deploy: f21fcc1995
This commit is contained in:
75
module-component.js
Normal file
75
module-component.js
Normal file
@@ -0,0 +1,75 @@
|
||||
var module_component =
|
||||
[
|
||||
[ "Input", "module-component.html#component-input", [
|
||||
[ "Filtered input", "module-component.html#filtered-input", null ]
|
||||
] ],
|
||||
[ "Menu", "module-component.html#component-menu", null ],
|
||||
[ "Toggle ", "module-component.html#component-toggle", null ],
|
||||
[ "CheckBox", "module-component.html#component-checkbox", null ],
|
||||
[ "RadioBox", "module-component.html#component-radiobox", null ],
|
||||
[ "Dropdown", "module-component.html#component-dropdown", null ],
|
||||
[ "Slider", "module-component.html#component-slider", null ],
|
||||
[ "Renderer", "module-component.html#component-renderer", null ],
|
||||
[ "CatchEvent", "module-component.html#component-catchevent", null ],
|
||||
[ "Collapsible", "module-component.html#component-collapsible", null ],
|
||||
[ "Maybe", "module-component.html#component-maybe", null ],
|
||||
[ "Container", "module-component.html#component-container", [
|
||||
[ "Horizontal", "module-component.html#component-horizontal", null ],
|
||||
[ "Vertical", "module-component.html#component-vertical", null ],
|
||||
[ "Tab", "module-component.html#component-tab", null ]
|
||||
] ],
|
||||
[ "ResizableSplit", "module-component.html#component-resizable-split", null ],
|
||||
[ "Force a frame redraw.", "module-component.html#component-force-redraw", null ],
|
||||
[ "Example", "module-component-examples.html", [
|
||||
[ "button", "module-component-examples.html#button", null ],
|
||||
[ "button_animated", "module-component-examples.html#button_animated", null ],
|
||||
[ "button_in_frame", "module-component-examples.html#button_in_frame", null ],
|
||||
[ "button_style", "module-component-examples.html#button_style", null ],
|
||||
[ "canvas_animated", "module-component-examples.html#canvas_animated", null ],
|
||||
[ "checkbox", "module-component-examples.html#checkbox", null ],
|
||||
[ "checkbox_in_frame", "module-component-examples.html#checkbox_in_frame", null ],
|
||||
[ "collapsible", "module-component-examples.html#collapsible", null ],
|
||||
[ "composition", "module-component-examples.html#composition", null ],
|
||||
[ "custom_loop", "module-component-examples.html#custom_loop", null ],
|
||||
[ "dropdown", "module-component-examples.html#dropdown", null ],
|
||||
[ "dropdown_custom", "module-component-examples.html#dropdown_custom", null ],
|
||||
[ "flexbox_gallery", "module-component-examples.html#flexbox_gallery", null ],
|
||||
[ "focus", "module-component-examples.html#focus", null ],
|
||||
[ "focus_cursor", "module-component-examples.html#focus_cursor", null ],
|
||||
[ "gallery", "module-component-examples.html#gallery", null ],
|
||||
[ "homescreen", "module-component-examples.html#homescreen", null ],
|
||||
[ "input", "module-component-examples.html#input", null ],
|
||||
[ "input_in_frame", "module-component-examples.html#input_in_frame", null ],
|
||||
[ "input_style", "module-component-examples.html#input_style", null ],
|
||||
[ "linear_gradient_gallery", "module-component-examples.html#linear_gradient_gallery", null ],
|
||||
[ "maybe", "module-component-examples.html#maybe", null ],
|
||||
[ "menu", "module-component-examples.html#menu", null ],
|
||||
[ "menu2", "module-component-examples.html#menu2", null ],
|
||||
[ "menu_entries", "module-component-examples.html#menu_entries", null ],
|
||||
[ "menu_entries_animated", "module-component-examples.html#menu_entries_animated", null ],
|
||||
[ "menu_in_frame", "module-component-examples.html#menu_in_frame", null ],
|
||||
[ "menu_in_frame_horizontal", "module-component-examples.html#menu_in_frame_horizontal", null ],
|
||||
[ "menu_multiple", "module-component-examples.html#menu_multiple", null ],
|
||||
[ "menu_style", "module-component-examples.html#menu_style", null ],
|
||||
[ "menu_underline_animated_gallery", "module-component-examples.html#menu_underline_animated_gallery", null ],
|
||||
[ "modal_dialog", "module-component-examples.html#modal_dialog", null ],
|
||||
[ "modal_dialog_custom", "module-component-examples.html#modal_dialog_custom", null ],
|
||||
[ "nested_screen", "module-component-examples.html#nested_screen", null ],
|
||||
[ "print_key_press", "module-component-examples.html#print_key_press", null ],
|
||||
[ "radiobox", "module-component-examples.html#radiobox", null ],
|
||||
[ "radiobox_in_frame", "module-component-examples.html#radiobox_in_frame", null ],
|
||||
[ "renderer", "module-component-examples.html#renderer", null ],
|
||||
[ "resizable_split", "module-component-examples.html#resizable_split", null ],
|
||||
[ "scrollbar", "module-component-examples.html#scrollbar", null ],
|
||||
[ "selection", "module-component-examples.html#selection", null ],
|
||||
[ "slider", "module-component-examples.html#slider", null ],
|
||||
[ "slider_direction", "module-component-examples.html#slider_direction", null ],
|
||||
[ "slider_rgb", "module-component-examples.html#slider_rgb", null ],
|
||||
[ "tab_horizontal", "module-component-examples.html#tab_horizontal", null ],
|
||||
[ "tab_vertical", "module-component-examples.html#tab_vertical", null ],
|
||||
[ "textarea", "module-component-examples.html#textarea", null ],
|
||||
[ "toggle", "module-component-examples.html#toggle", null ],
|
||||
[ "window", "module-component-examples.html#window", null ],
|
||||
[ "with_restored_io", "module-component-examples.html#with_restored_io", null ]
|
||||
] ]
|
||||
];
|
Reference in New Issue
Block a user