Updated Home (markdown)

Robert Jelic
2022-04-02 13:20:58 +02:00
parent 681513c0a1
commit eec5c757b2

@@ -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)