An open API service indexing awesome lists of open source software.

https://github.com/kxxoling/react-github

A set of GitHub components
https://github.com/kxxoling/react-github

Last synced: 7 months ago
JSON representation

A set of GitHub components

Awesome Lists containing this project

README

          

# react-github

A sort of GitHub react components.

## Installation

```bash
npm install @kxxoling/react-github
```

## Usage

```jsx
import {GitHubUser, GitHubRepo} from '@kxxoling/react-github';

export function YourUserComponent() {
return
}

export function YourRepoComponent() {
return
}
```