github-repo-display-react
A react component that displays your Github repos
Install
npm install --save github-repo-display-react
Usage
import React Component from "react" import GithubRepoDisplay from "github-repo-display-react"import "github-repo-display-react/dist/index.css" // default github styling const App = return <div> <GithubRepoDisplay = // ='msmfa' // /> </div>
Configuration
... const App = return <div> <GithubRepoDisplay = ='msmfa' = // = // /> </div> ...
Screenshot
Below are the default styles (which mirror the github feed)
Styling
Use these id Tags to customise your component
License
MIT © MSMFA