minimal github profile card
npm install github-profile-card-componentSimple Github Profile Card. It is made of React and Typescript
``bash`
npm install -S github-profile-card-component
Github Users Api responses are displayed and props are displayed as fallback when the api call fails.
`js`
`js`

`js``
width: string;
height: string;
background: string; // card theme background
color: string; // card theme color
name?: string; // (fallback) github name
id: string; // (required) github id
profileSrc?: string; // fallback github profile url
repositoryCount?: number; // fallback github repository count
followerCount?: number; // fallback follower count
followingCount?: number; // fallback following count
introduce?: string; // fallback introduce yourself
onClickCard?: (...p: any[]) => any; // (default) go to github
isSSR?: boolean; // (default) false, should component render in server
isCircleImage?: boolean; // (default) false