1.0.1 • Published 3 years ago

react-github-profile-showcase v1.0.1

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

react-github-profile-showcase

github profile card summarising profile stats

NPM JavaScript Style Guide

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