All Projects → zacharytamas → page-title

zacharytamas / page-title

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

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to page-title

toggle-icon
toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.
Stars: ✭ 21 (+61.54%)
Mutual labels:  polymer, web-components, custom-elements, polymer2
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (+100%)
Mutual labels:  polymer, web-components, polymer-element, polymer2
mapbox-gl
Polymer 2.0 custom element for mapbox-gl-js. Uses WebGL to render interactive maps from vector tiles and Mapbox styles - compatible with deck-gl.
Stars: ✭ 24 (+84.62%)
Mutual labels:  polymer, polymer-element, polymer2
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (+630.77%)
Mutual labels:  spa, web-components, custom-elements
paper-chip
A chip web component made with Polymer 2 following Material Design guidelines
Stars: ✭ 30 (+130.77%)
Mutual labels:  polymer, custom-elements, polymer2
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (+15.38%)
Mutual labels:  polymer, polymer-element, polymer2
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+430.77%)
Mutual labels:  polymer, web-components, custom-elements
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (+207.69%)
Mutual labels:  polymer, polymer-element, polymer2
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+353.85%)
Mutual labels:  polymer, polymer-element, polymer2
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (+1076.92%)
Mutual labels:  polymer, web-components
Polymer Analyzer
Moved to Polymer/tools monorepo
Stars: ✭ 162 (+1146.15%)
Mutual labels:  polymer, web-components
Polyserve
Moved to Polymer/tools monorepo
Stars: ✭ 194 (+1392.31%)
Mutual labels:  polymer, web-components
Cleverstyle Framework
CleverStyle Framework is simple, scalable, fast and secure full-stack PHP framework
Stars: ✭ 150 (+1053.85%)
Mutual labels:  polymer, web-components
Polydev
Automatic web components profiling in chrome devtools
Stars: ✭ 118 (+807.69%)
Mutual labels:  polymer, web-components
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+1323.08%)
Mutual labels:  polymer, web-components
Hot Table
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
Stars: ✭ 114 (+776.92%)
Mutual labels:  polymer, web-components
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (+15.38%)
Mutual labels:  polymer, polymer2
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (+769.23%)
Mutual labels:  polymer, custom-elements
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+518707.69%)
Mutual labels:  polymer, web-components
CalDOM
An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM.
Stars: ✭ 176 (+1253.85%)
Mutual labels:  web-components, custom-elements

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].