Directory

← Back

dom-repeat-n

[Polymer 1.x] A template element that repeat n times its content.

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/GeoloeG/dom-repeat-n on 2019-05-10 ]

Published on webcomponents.org

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

  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

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • polymer#Polymer/polymer#^1.2.0
Released
2017-04-15
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Polymer 1.0+
Browser
Browser Independent

Network Component - Vaadin Add-on Directory

Network provides an easy way to display network graph on web pages Network Component - Vaadin Add-on Directory
Network is Java API for [](https://github.com/vaadin-component-factory/vcf-network) web component for Vaadin 14+ in NPM Mode. It provides an easy way to display network on web pages. ### Known limitations * This component does not work in a vaadin dialog. * This component does not work on IE11 and Edge. ## License & Author This Add-on is distributed under Apache 2.0 Component Factory Network is written by Vaadin Ltd. ### Sponsored development Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: [Support](https://vaadin.com/support) and [Pricing](https://vaadin.com/pricing)
Online Demo
View on GitHub

Network Component version 1.0.0
First version

Network Component version 1.2.0
New features: * You can now export and import your network in json * toggle mode is implemented Bugs fix: * setScale was not working

Network Component version 1.3.0
Update license to Apache 2.0

Online