> For the complete documentation index, see [llms.txt](https://docs.nighty.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nighty.one/ui-scripting/api-reference/ui-elements.md).

# UI Elements

The `UI` class provides a variety of versatile UI elements designed to enhance custom tabs. These elements can only be created within [Groups](/ui-scripting/api-reference/group.md) or [Cards ](/ui-scripting/api-reference/card.md)and must be their direct children.

Available UI Elements:

* UI.Text
* UI.Button
* UI.Input
* UI.Image
* UI.Select
* UI.Checkbox
* UI.Table
