Skip to content

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

License

Notifications You must be signed in to change notification settings

Mash19/page-title

This branch is up to date with zacharytamas/page-title:master.

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%