@nymdev/clay-meta-description
v0.0.2
Published
Meta, Twitter, and OG descriptions
Downloads
5
Readme
clay-meta-description
Meta, Twitter, and OG descriptions
Install
npm install --save @nymdev/clay-meta-description
Adds <meta name="description">
, twitter:description
, and og:description
tags to the head.
Usage
Once you install it, it will be automatically recognized by amphora
. It has a single property, description
.
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.