Skip to content

Instantly share code, notes, and snippets.

@lehelmatyus
Created June 17, 2016 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lehelmatyus/77e13e25b5cd35590e308613d82e412b to your computer and use it in GitHub Desktop.
Save lehelmatyus/77e13e25b5cd35590e308613d82e412b to your computer and use it in GitHub Desktop.
paper-js-tutorial-1-4.html
<paper-toolbar>
<paper-icon-button icon="menu" on-tap="menuAction"></paper-icon-button>
<div class="title">UI App</div>
<paper-icon-button icon="more-vert" on-tap="moreAction"></paper-icon-button>
</paper-toolbar>
<div class="">
<template is="dom-bind">
<paper-input label="Enter your name" value="{{name::input}}"></paper-input>
<br>
<p class="">
Hello {{name}}
</p>
</template>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment