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
- Host: GitHub
- URL: https://github.com/kxxoling/react-github
- Owner: kxxoling
- Created: 2023-05-26T11:00:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T23:41:49.000Z (over 2 years ago)
- Last Synced: 2025-02-05T08:13:37.693Z (8 months ago)
- Language: TypeScript
- Homepage: https://kxxoling.github.io/react-github
- Size: 4.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```