Interface GitHubLinkProps

Source
Expand description

React component. Button with GitHub icon that links to the GitHub repository.

interface GitHubLinkProps {
    as?: "button" | "submenu";
    href: string;
}

Properties§

§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