React component. Button with GitHub icon that links to the GitHub repository.
interface GitHubLinkProps { as?: "button" | "submenu"; href: string;}
as?: "button" | "submenu"
Style of the button.
"button" renders it as a button (e.g. in a toolbar) and "submenu" renders it as a menu item.
href: string
The URL to link to
React component. Button with GitHub icon that links to the GitHub repository.