/GithubButton

A react component to display a github button that redirect to a github profile ans shows the public repositories

Primary LanguageCSS

Github button component

This component will create a button ready for redirect to your github page, additinaly you can add a bubble to show the number of public repos

Button scheenshoot

Props

  • value The text shown on the button
  • username Your github username
  • bubble Boolean for the bubble with your public repos
  • mini Toggle smaller version of the button (no text, rounded)

Example

<GithubButton value="Visit my github" username="PortiESP" bubble mini/>