From eec5c757b287d01f46fdd41d706674433befa6b1 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 13:20:58 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5754acf..04627fa 100644 --- a/Home.md +++ b/Home.md @@ -16,7 +16,7 @@ now you are able to access everything from NyoUI.lua. * Label -- you also need text to your clickis * Dropdown -- a dropdown menu where you can change the value to what you added as item * Checkbox -- to create true or false values -* Input -- for creating some user input (password, name, numbers +* Input -- for creating some user input (password, text, numbers) * Radio -- something like lists but with more positional flexability * Textfield -- bigger inputs (it works like the shell editor) * Scrollbar -- special thing. it can be used for creating scrollbars (was intended) but also if you want the user to change a number value(1 - 100 as example)