react-put-meta

1.0.3 • Public • Published

react-put-meta

NPM JavaScript Style Guide

Install

npm install --save react-put-meta

Usage

import React, { Component } from 'react'

import RecatMeta from 'react-put-meta'

class Example extends Component {
  render () {
    return (
      <RecatMeta.Recat
          title={"site titel"}
          image={"site image"}
          description={"site description"}
          url={"if use any url link add"}
          site_name={"Site Name"}
          type={"Site Type"}
        />
    )
  }
}
import React, { Component } from 'react'

import RecatMeta from 'react-put-meta'

 async yourFunction() {
   let sendObject = {
    title: "Site Titel",
    image:"Site Image",
    description:"Site Description",
    url: "If use any url link add",
    site_name: "Site Name",
    type: "Site Type"
   };

   await RecatMeta.Mata(sendObject);
 }

License

MIT © soumyadeephalder

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i react-put-meta

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

47.9 kB

Total Files

6

Last publish

Collaborators

  • mdrajibsk8
  • arindam.samanta748
  • deepsoumya