@nymdev/clay-meta-title

Title, twitter:title, and og:title tags

Usage no npm install needed!

<script type="module">
  import nymdevClayMetaTitle from 'https://cdn.skypack.dev/@nymdev/clay-meta-title';
</script>

README

clay-meta-title

Title, twitter:title, and og:title tags

Install

npm install --save @nymdev/clay-meta-title

Usage

Once you install it, it will be automatically recognized by amphora. It has three properties, title, twitterTitle, and ogTitle.

A Note On Head Components

This component lives in the head of the page, and isn't editable directly. Use the componentRef behavior to affect it when you edit other components on the page.