Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.51 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.51 KB

Bower version Build Status Dependency Status

A template element that repeat n times its content.

Demo

https://metanov.github.io/dom-repeat-n/

Install

Install the component using Bower:

$ bower install dom-repeat-n --save

Usage

Import Custom Element:

<link rel="import" href="bower_components/dom-repeat-n/dom-repeat-n.html">

And then use it:

<template is="dom-repeat-n" count="3">
  <div>I am div {{index}}</div>
</template>

See the Documentation for more options.

Discussing

If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License © Pascal Gula

Throughput Graph