All Projects → GeoloeG → dom-repeat-n

GeoloeG / dom-repeat-n

Licence: MIT License
[Polymer 1.x] A template element that repeat n times its content.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to dom-repeat-n

vaadin-checkbox
The Web Component for customized checkboxes. Part of the Vaadin components.
Stars: ✭ 18 (-10%)
Mutual labels:  polymer, webcomponents
scheduler-component
A Web Component wrapper for FullCalendar library that uses Polymer version 2.0 and ES6.
Stars: ✭ 24 (+20%)
Mutual labels:  polymer, webcomponents
mapbox-gl
Polymer 2.0 custom element for mapbox-gl-js. Uses WebGL to render interactive maps from vector tiles and Mapbox styles - compatible with deck-gl.
Stars: ✭ 24 (+20%)
Mutual labels:  polymer, webcomponents
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (-25%)
Mutual labels:  polymer, webcomponents
toggle-icon
toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.
Stars: ✭ 21 (+5%)
Mutual labels:  polymer, webcomponents
polytimer
polytimer.rocks
Stars: ✭ 24 (+20%)
Mutual labels:  polymer, webcomponents
polymer-ui-router
UI-router wrapper for Web Components
Stars: ✭ 24 (+20%)
Mutual labels:  polymer, webcomponents
Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (+690%)
Mutual labels:  polymer, webcomponents
skeleton-carousel
Carousel component. Horizontal and vertical swipe navigation
Stars: ✭ 31 (+55%)
Mutual labels:  polymer, webcomponents
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+245%)
Mutual labels:  polymer, webcomponents
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (+100%)
Mutual labels:  polymer, webcomponents
multiselect-combo-box
A multi select combo box web component based on Polymer and the vaadin-combo-box
Stars: ✭ 41 (+105%)
Mutual labels:  polymer, webcomponents
iron-swipeable-pages
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
Stars: ✭ 51 (+155%)
Mutual labels:  polymer, webcomponents
paper-chip
A chip web component made with Polymer 2 following Material Design guidelines
Stars: ✭ 30 (+50%)
Mutual labels:  polymer, webcomponents
Lrnwebcomponents
@lrnwebcomponents Monorepo for NPM based element definitions
Stars: ✭ 166 (+730%)
Mutual labels:  polymer, webcomponents
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-25%)
Mutual labels:  polymer, webcomponents
App Datepicker
Datepicker element built with Google's lit-element and Material Design 2
Stars: ✭ 142 (+610%)
Mutual labels:  polymer, webcomponents
Origami
Angular + Polymer
Stars: ✭ 158 (+690%)
Mutual labels:  polymer, webcomponents
file-fire
Simple way to upload and download files from Firebase Storage.
Stars: ✭ 13 (-35%)
Mutual labels:  polymer, webcomponents
auth-ajax
Auth token handling for Polymer
Stars: ✭ 15 (-25%)
Mutual labels:  polymer, webcomponents

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

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.

More Demos

https://geoloeg.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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].