0.2.2 • Published 10 years ago

react-stackoverflow-profile v0.2.2

Weekly downloads
7
License
ISC
Repository
github
Last release
10 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

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago