1.0.0 • Published 3 years ago

react-medium-widget v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-medium-widget

A React widget for medium profile to fetch medium user's data

NPM JavaScript Style Guide

Images

Screenshot 1 Screenshot 1

Install

npm install --save react-medium-widget

Usage

import React, { Component } from 'react'

import MyComponent from 'react-medium-widget'
import 'react-medium-widget/dist/index.css'

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

License

MIT © jerrycode06