1.0.0 • Published 5 years ago

react-metamorph v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

react-metamorph

Introduction

This package aims to save time dynamically rendering metatags that seem redundant, such as those by Open Graph and Twitter.

Installation

npm i react-metamorph -S

Usage

import React, { Component } from 'react';
import { Metamorph } from 'react-metamorph';

class MyPage extends Component {
  render() {
    return <Metamorph title="Hello World!"
      description="Welcome to my page!"
      keywords=["My page", 'Hello World']
      image="hello.jpg" />
  }
}
1.0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago