react-medium-profile-xliu
v1.0.6
Published
Display any Medium profile as a widget in your React App!
Downloads
1
Readme
react-medium-profile
Display any Medium profile as a widget in your React App!
Install
npm install --save react-medium-profile
Usage
import React, { Component } from "react";
import MediumProfile from "react-medium-profile";
class Example extends Component {
render() {
return <MediumProfile username={"dee.aye.en"} />;
}
}
Props
username: string (required) size: number (optional - size of widget)
License
MIT © deeayeen