Hyperview

Hyperview

  • Guides
  • Examples
  • Reference
  • Blog

›Display Elements

Reference

  • Index

Behaviors

  • Behavior Attributes
  • <behavior>
  • Alert
  • Share

Display Elements

  • <doc>
  • <screen>
  • <header>
  • <body>
  • <view>
  • <text>
  • <image>
  • <list>
  • <section-list>
  • <section>
  • <section-title>
  • <items>
  • <item>
  • <spinner>
  • <web-view>

Input Elements

  • <form>
  • <text-field>
  • <select-single>
  • <select-multiple>
  • <option>
  • <picker-field>
  • <picker-item>
  • <switch>
  • <date-field>

Style Elements

  • <styles>
  • <style>
  • <modifier>

Hyperview Client

  • Hyperview component
  • Custom elements
  • Custom behaviors
  • Loading Screen

Hyperview Navigation

  • <navigator>
  • <nav-route>

<items>

The <items> element represents a group of items in a list. This group does not have a visual representation, it only allows multiple items to be added to a list (via append or prepend, or replace-inner actions).

<list style="MyList">
  <item key="a">
    <text>Item A</text>
  </item>

  <items>
    <item key="b">
      <text>Item B</text>
    </item>

    <item key="c">
      <text>Item C</text>
    </item>
  </items>
</list>

Structure

An <items> element will only render <item> and <section-title> children elements. Other elements will be ignored during rendering.

An <items> element only appears as a direct child of a <list> or as a collection of <section-title> and <item> elements.

Attributes

The <items> element has no attributes.

← <section-title><item> →
  • Structure
  • Attributes
Hyperview
Docs
ExamplesHyperview Reference
More
BlogGitHub
Copyright © 2025 Instawork