github.com/outbrain/consul@v1.4.5/ui-v2/app/templates/components/list-collection.hbs (about)

     1  {{#ember-native-scrollable tagName='ul' content-size=_contentSize scroll-left=_scrollLeft scroll-top=_scrollTop scrollChange=(action "scrollChange") clientSizeChange=(action "clientSizeChange")}}
     2      <li></li>
     3      {{~#each _cells as |cell|~}}
     4        <li style={{{cell.style}}}>{{yield cell.item cell.index }}</li>
     5      {{~/each~}}
     6  {{/ember-native-scrollable}}