1.0.0 • Published 4 years ago

social-media-kit v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

social-media-kit

A Social Media Kit For React

NPM JavaScript Style Guide

Install

npm install --save social-media-kit

Usage

import React, { Component } from 'react'

import MyComponent from 'social-media-kit'
import 'social-media-kit/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © gauravgitgithub