1.0.9 • Published 4 years ago

react-stack-overflow-badge v1.0.9

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

react-stack-overflow-badge

React component that displays a Stack Overflow profile in a badge.

NPM JavaScript Style Guide Build Status


🛠 Install

Using npm:

npm install --save react-stack-overflow-badge

Or with yarn:

yarn add react-stack-overflow-badge

🚀 Usage

import { StackOverflowBadge } from 'react-stack-overflow-badge'
import 'react-stack-overflow-badge/dist/index.css'

Default:

<StackOverflowBadge id={2937831} />

Remove card:

<StackOverflowBadge id={2937831} card={false} />

Remove logo:

<StackOverflowBadge id={2937831} card={false} logo={false} />

⚙️ Props:

PropertyTypeDefaultDescription
idnumber-Stack Overflow user ID.
cardbooltrueDisplay the profile in a card.
logobooltrueDisplay the Stack Overflow logo.

📜 License

MIT © eddireeder

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago