0.1.2 • Published 11 months ago

react-mgid-widget v0.1.2

Weekly downloads
5
License
-
Repository
-
Last release
11 months ago

react-mgid-widget

Embed your MGID widget inside a react app

npm version

Installation & Usage

npm install react-mgid-widget --save

Include the Component

import React from 'react'
import { MgidWidget } from 'react-mgid-widget'

class Component extends React.Component {

  render() {
    return <MgidWidget id='983763' src='https://jsc.mgid.com/site/284163.js'/>
  }
}

Props

NameType
idstring
srcstring
0.1.0

11 months ago

0.1.2

11 months ago

1.0.0

11 months ago

0.0.3

11 months ago

0.1.1

11 months ago

0.0.2

5 years ago

0.0.1

5 years ago