:Button

Preview
type Button = {
	Text: string?,
	Callback: ((...any) -> unknown)?
}

Example usage:

Theme colors:

Tag
Affects

ButtonsBg

Background color

Text

Text color

TextFont

Text fontface

TextSize

Text font size

Last updated