0.0.2 • Published 9 years ago

@nymdev/clay-meta-description v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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.