1.0.0 • Published 3 years ago

@porti_esp/githubbutton v1.0.0

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

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/>