Skip to content

Instantly share code, notes, and snippets.

View tomalec's full-sized avatar

Tomek Wytrębowicz tomalec

View GitHub Profile
@tomalec
tomalec / example.html
Last active August 29, 2015 14:13 — forked from ebidel/example.html
<!-- http://jsbin.com/rageqilava/1/edit?html,output -->
<script src="http://www.polymer-project.org/webcomponents.min.js"></script>
<script src="http://www.polymer-project.org/polymer.min.js"></script>
<link rel="import" href="templates.html" id="templates">
<polymer-element name="foo-bar">
<template>
@tomalec
tomalec / TestingJuicy
Last active August 29, 2015 14:03 — forked from kingflurkel/TestingJuicy
An example of `<juicy-tile-list>` wrapped inside another custom element containing `<template repeat>` and some custom-element inside
<!-- <link rel="import" href="../../../polymer/polymer.html"> -->
<link rel="import" href="../../src/juicy-tile-list.html">
<polymer-element name="custom-juicy-tile-list">
<template>
<style>
juicy-tile-list{
width: 100%;
}

Web Components

Set of new technologies

Web Components is an umbrella term for the set of upcoming standards for web development (see the W3C Web Components page). Each on its own, they are a useful contribution to the current toolset of a web developer. But together they form a completely new paradigm of how web applications are created.

Web Components consist of 4 standards proposals: