Skip to content

Latest commit

 

History

History
164 lines (158 loc) · 6.03 KB

index.md

File metadata and controls

164 lines (158 loc) · 6.03 KB
layout title
home
Welcome

Welcome to the future

Web Components usher in a new era of web development based on encapsulated and interoperable custom elements that extend HTML itself. Built atop these new standards, Polymer makes it easier and faster to create anything from a button to a complete application across desktop, mobile, and beyond.

Get {{site.project_title}} View on Github

Designer

Launch the designer tool

Designer is a drag and drop tool for prototyping apps using {{site.project_title}}. Save your experiments as Github gists.

Try it now

{% comment %}

Everything is an element

From <a> to <select>, elements are the building blocks of HTML. But modern applications have outgrown these built-in elements, forcing app developers to rely on JavaScript frameworks to provide dynamic, custom behavior. The resulting apps are frequently complex and monolithic; a component developed for one may not work in another.

{{site.project_title}} puts elements back at the center of web development. With {{site.project_title}}, you can craft your own HTML elements and compose them into complete, complex applications that are scalable and maintainable.

Learn more
{% endcomment %}

Demos

Topeka

A fun quiz app built using material-design based paper-elements

Demo Topeka

Paper Elements

A sampler showcasing Polymer elements based on material design

Browse Elements

Calculator

A calculator app mockup highlighting material ink effects

Demo Calculator