🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-stackoverflow-profile

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-stackoverflow-profile

A React component that displays a Stack Overflow profile card

unpublished
latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

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

Keywords

react

FAQs

Package last updated on 03 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts