跳到主要内容

Components

View source on GitHub

Defines the available UI component.

Enumeration Members

box

box: "box";

Container component for grouping other elements

button

button: "button";

Interactive button element

checkbox

checkbox: "checkbox";

Selectable checkbox input

input

input: "input";

Text input field

label

label: "label";

Text label for form elements

text

text: "text";

Static text display

textArea

textArea: "textArea";

Multi-line text input

toggleButton

toggleButton: "toggleButton";

Switch-like button with two states

img

img: "img";

Image display component

iFrame

iFrame: "iFrame";

Embedded frame component

comboBox

comboBox: "comboBox";

Dropdown selection input

skeleton

skeleton: "skeleton";

Loading placeholder component

iconButton

iconButton: "iconButton";

Icon button component with hover and click states

link: "link";

Hyperlink component