RobotRock
Context widgets

List

  • Auto-selected for: arrays of primitive values
  • ui:options: none
context: {
  data: { tags: ["finance", "quarterly", "urgent"] },
  ui: { tags: { "ui:widget": "list" } },
}

Inbox preview

Rendered by the dashboard (static preview route). Matches docs light/dark mode. Handle actions are disabled; use the toolbar to submit this example to your inbox or view its configuration.

Context

{
  "data": {
    "members": [
      {
        "name": "Alice Example",
        "email": "alice@example.com",
        "role": "admin"
      },
      {
        "name": "Bob Example",
        "email": "bob@example.com",
        "role": "member"
      }
    ]
  },
  "ui": {
    "members": {
      "ui:title": "Team members",
      "ui:widget": "list",
      "items": {
        "name": {
          "ui:title": "Name"
        },
        "email": {
          "ui:title": "Email"
        },
        "role": {
          "ui:title": "Role"
        }
      }
    }
  }
}

See also

This widget also appears in the full Budget Approval task example.