Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

PolymerLabs/polymer-2-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building an Image Carousel Element with Polymer 2.0

These are the resource files needed for the Building an Image Carousel Element with Polymer 2.0 codelab.

In this codelab, you’ll learn how to build a simple image carousel element with Polymer 2.0. You’ll learn how to use ES2015 syntax to write a Polymer 2.0 element, changes in Custom Elements V1 and Shadow DOM V1, using mixins to factor out common code, and considerations to make when designing your element’s API.