https://github.com/saadqbal/react-stackoverflow-card
show your stackoverflow profile details as a badge in React
https://github.com/saadqbal/react-stackoverflow-card
react react-component-library react-library react-stackoverflow react-stackoverflow-card reactjs
Last synced: about 2 months ago
JSON representation
show your stackoverflow profile details as a badge in React
- Host: GitHub
- URL: https://github.com/saadqbal/react-stackoverflow-card
- Owner: saadqbal
- License: mit
- Created: 2020-07-26T16:55:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:30:30.000Z (over 2 years ago)
- Last Synced: 2025-03-26T12:38:11.791Z (about 2 months ago)
- Topics: react, react-component-library, react-library, react-stackoverflow, react-stackoverflow-card, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-stackoverflow-card
> show your stackoverflow profile details as a badge in React
[](https://www.npmjs.com/package/react-stackoverflow-card) [](https://standardjs.com)
## [Demo](https://codesandbox.io/s/react-stackoverflow-card-0tehm?file=/src/App.js)
## Install
```bash
npm install --save react-stackoverflow-card
```## Usage
```jsx
import React from 'react'import { StackOverflowProfile } from 'react-stackoverflow-card'
import 'react-stackoverflow-card/dist/index.css'
// id is your stackoverflow id which can be found in your profile link
const App = () => {
return
}export default App
```## License
MIT © [saadqbal](https://github.com/saadqbal)