2.1.2 • Published 5 years ago

react-social-github v2.1.2

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

Documentation

Build Status NPM Version dependencies Status devDependencies Status

Showcase your GitHub profile, organization or repository information.

Install

React Social Github is available as the react-social-github package on npm.

$ npm install react-social-github --save

Usage

import { Github } from 'react-social-github';

Reference

Options

Types

Widget

The tooltip is inserted as a block element. This is the default type and doesn't require any configuration. The option type="widget" can be declared in the component if desired.

Example

<Github user="facebook" repo="react"></Github>

{/* same as */}

<Github user="facebook" repo="react" type="widget"></Github>

Link

The tooltip is anchored in an inline link. The option type="link" must be declared in the component.

Example

<Github user="hackbit" type="link">Hover Here</Github>

<Github user="vandreleal" repo="vandreleal.github.io" type="link">Hover Here</Github>

Options

Button

The tooltip is anchored in a button. The option type="button" must be declared in the component.

Options

Example

<Github user="facebook" type="tooltip" tooltipOnHover={false} fab={true} fabCorner="top-left" iconColor="#3b5998" iconWidth={64} iconHeight={64}></Github>

<Github user="GustavoKatel" type="tooltip" tooltipOnHover={true} fab={true} fabCorner="bottom-left" iconColor="#888" iconWidth={32} iconHeight={32}></Github>

Team

Open source

React Social Github is available on GitHub for downloading, forking, or contributing.

License

The MIT License (MIT)

2.1.2

5 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago