Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnocon/react-github-stats-card-demo
Demo site for the react-github-stat-card package for React v. 16 and React-DOM v. 16
https://github.com/cnocon/react-github-stats-card-demo
react
Last synced: 11 days ago
JSON representation
Demo site for the react-github-stat-card package for React v. 16 and React-DOM v. 16
- Host: GitHub
- URL: https://github.com/cnocon/react-github-stats-card-demo
- Owner: cnocon
- License: mit
- Created: 2020-12-29T18:34:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T11:51:25.000Z (about 4 years ago)
- Last Synced: 2024-11-14T01:14:52.335Z (2 months ago)
- Topics: react
- Language: HTML
- Homepage: https://react-github-stats-card-demo.netlify.app/
- Size: 916 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/1e34f043-cac5-4b1d-907e-7b9ead642624/deploy-status)](https://app.netlify.com/sites/react-github-stats-card-demo/deploys)
# [react-github-stats-card](https://github.com/cnocon/react-github-stats-card) Demo App
_for React v.16 and React-DOM v.16_
Live Demo URL: https://react-github-stats-card-demo.netlify.app/
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Usage
```js
// src/App.js
import React from 'react';
import './App.css';
// import Card from package
import Card from 'react-github-stats-card/dist/Card';// pass username to Card component, and optionally an accessToken (String) and theme (Boolean)
function App() {
return
}export default App;
```