https://github.com/geoloeg/dom-repeat-n
[Polymer 1.x] A template element that repeat n times its content.
https://github.com/geoloeg/dom-repeat-n
dom-repeat polymer repeat webcomponents
Last synced: 5 months ago
JSON representation
[Polymer 1.x] A template element that repeat n times its content.
- Host: GitHub
- URL: https://github.com/geoloeg/dom-repeat-n
- Owner: GeoloeG
- License: mit
- Created: 2016-01-20T15:22:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T10:26:09.000Z (over 8 years ago)
- Last Synced: 2024-11-10T08:38:46.925Z (over 1 year ago)
- Topics: dom-repeat, polymer, repeat, webcomponents
- Language: HTML
- Homepage:
- Size: 2.57 MB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/GeoloeG/dom-repeat-n)
# ``
## Descripton
A template element that repeat `n` times its content.
## Install
Install the component using [Bower](http://bower.io/):
```sh
$ bower install dom-repeat-n --save
```
## Usage
Import Custom Element:
```html
```
And then use it:
```html
I am div {{index}}
```
See the [Documentation](https://geoloeg.github.io/dom-repeat-n/) for more options.
## More Demos
[https://geoloeg.github.io/dom-repeat-n/](https://geoloeg.github.io/dom-repeat-n/components/dom-repeat-n/demo/)
## Discussing
If you have any questions, you can find me on the [Polymer Slack Channel](https://polymer.slack.com/), 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