0.2.2 • Published 8 years ago

react-stackoverflow-profile v0.2.2

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

React Stack Overflow Profile

A React component that displays a Stack Overflow profile card

Status

CI Status NPM Version Downloads Dependencies GitHub Issues

Installation

npmcdn

<script src="https://npmcdn.com/react-stackoverflow-profile/dist/react-stackoverflow-profile.min.js"></script>

npm

npm install --save react-stackoverflow-profile

Usage

JS

// CommonJS
var StackoverflowProfile = require('react-stackoverflow-profile')

// Module Bundler + ES2015
import StackoverflowProfile from 'react-stackoverflow-profile';

// UMD + ES2015
const { StackoverflowProfile } = StackoverflowProfile;

// UMD + ES5
var StackoverflowProfile = StackoverflowProfile.StackoverflowProfile

JSX

<StackoverflowProfile id="1" /> <!-- Insert whatever id you want! -->

API

OptionDefault ValueRequiredDescription
idundefinedtrueStack Overflow ID. Found in URL

Useful Links

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago