1.0.4 • Published 4 years ago

react-stackoverflow-card v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-stackoverflow-card

show your stackoverflow profile details as a badge in React

NPM JavaScript Style Guide

Demo

Install

npm install --save react-stackoverflow-card

Usage

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 <StackOverflowProfile id='840186' containerStyle={{ backgroundColor: 'white' }} />
}

export default App

License

MIT © saadqbal

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago