react-github-profile-showcase
v1.0.1
Published
github profile card summarising profile stats
Downloads
2
Readme
react-github-profile-showcase
github profile card summarising profile stats
Install
npm install --save react-github-profile-showcase
Usage
import React, { Component } from 'react'
import {ReactGithubProfileShowcase} from 'react-github-profile-showcase'
import 'react-github-profile-showcase/dist/index.css'
class Example extends Component {
render() {
return <ReactGithubProfileShowcase userName='abhishekori' theme='dark' />
}
}
Demo
MIT © abhishekori