1.0.3 • Published 5 years ago

@bellawatt/meta-tags v1.0.3

Weekly downloads
29
License
MIT
Repository
-
Last release
5 years ago

meta-tags

A nice api for meta tag coverage across a variety of sites and services

NPM JavaScript Style Guide

Install

npm install --save @bellawatt/meta-tags

Usage

import React from 'react'
import Meta from '@bellawatt/meta-tags'

const Example = () => (
  <>
    <Meta>
      <Meta.Title>I am the title</Meta.Title>
      <Meta.Description>
        And I am the description! I can be much longer sometimes
      </Meta.Description>
      <Meta.Image src="/some-great-image.png" />
    </Meta>
  </>
)

Be sure to add react-snap (included in this repo) to your build step if you're using react-router.

License

MIT © @bellawatt

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago