Last updated 1 month ago
type SmallButton = { Text: string?, Callback: ((...any) -> unknown)? }
:SmallButton({ Text = "Print", Callback = function(self) print("Hello world!") end })
ButtonsBg
Background color
Text
Text color
TextFont
Text fontface
TextSize
Text font size