Skip to content

zacharytamas/page-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page-title

Published on webcomponents.org

A Polymer element for updating the title of a webpage declaratively, possibly automatically, using Polymer bindings. Example:

<page-title base-title="zacharytamas" page-title="Home"></page-title>

Or something more complex using bindings:

<my-blog>
  <!-- inside Local DOM -->
  <page-title base-title="MyBlog"
    page-title="{{currentPost.title}}"></page-title>
</my-blog>

About

A Polymer element for easily updating a webpage's title, such as in a SPA.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages