1.1.3 • Published 3 years ago

react-github-repo-panel v1.1.3

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

react-github-repo-panel License: MIT Ask Me Anything !

forthebadge forthebadge

A beautiful card that displays Github repository infos.

Demo Show

  • Online Demo Webside

  • Local

    git clone https://github.com/InfiniteSynthesis/react-github-repo-panel.git
    cd react-github-repo-panel
    npm i
    npm start

    open localhost:3001

How to Use 🍕

  1. install

    npm i react-github-repo-panel
  2. import

    import import { RepoCard } from 'react-github-repo-panel'
  3. use

    <RepoCard username="InfiniteSynthesis" reponame="react-github-repo-panel" />

Settings 🔨

ParameterTypeDefaultDescription
usernameString""User name of this repository.
reponameString""Name of the repository.
centerBooleanfalseIf card is aligned center.
squareAvatarBooleanfalseIf avatar is displayed with square outline.
descriptionLineNumber2The maximum line of repo description.
showLanguageBooleantrueIf the repo language is displayed.
showLicenseBooleantrueIf the repo license is displayed.
1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago