Skip to content

A2List

List component for rendering repeating items.

Props

PropertyTypeDefaultDescription
itemsarray[]List items to render

Basic Example

Basic List
无内容

JSON Schema

json
{
  "id": "listId",
  "type": "a2-list",
  "props": {
    "items": [
      { "label": "Label", "value": "value" }
    ]
  }
}

A2UI Documentation