dom-repeat-n
GeoloeG
by SlashBunny
HTML
<base href="https://raw-dot-custom-elements.appspot.com/GeoloeG/dom-repeat-n/1.0.6/dom-repeat-n/">
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="dom-repeat-n.html">
<template is="dom-repeat-n" count="3" start="5" increment="2">
<div>I am div {{index}}</div>
</template>