sift-react

1.0.0 • Public • Published

sift-react

React JS Wrapper for Sift JS Snippet

NPM JavaScript Style Guide

Install

npm install --save sift-react

Usage

import React, { Component } from 'react'

import Sift from 'sift-react'

class Example extends Component {
  render() {
    return (
      <Sift 
        userId="288" 
        sessionId="9309874396287483" 
        beaconKey="er29xd9rvz4g5abg"
      />
    )
  }
}

License

MIT © anaszaman

Readme

Keywords

none

Package Sidebar

Install

npm i sift-react

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

7.43 kB

Total Files

6

Last publish

Collaborators

  • anaszaman