[Polymer 1.x] A template element that repeat n times its content.
[ This description is mirrored from README.md at github.com/GeoloeG/dom-repeat-n on 2019-05-10 ]
dom-repeat-n
Descripton
A template element that repeat n
times its content.
Install
Install the component using Bower:
$ bower install dom-repeat-n --save
Usage
<template is="dom-repeat-n" count="3">
<div>I am div {{index}}</div>
</template>
See the Documentation for more options.
More Demos
https://metanov.github.io/dom-repeat-n/
Discussing
If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT License © Pascal Gula
Install
Framework Support
Polymer 1.0+
Browser Compatibility
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.0.6
Dependencies
- polymer#Polymer/polymer#^1.2.0