https://github.com/skycloud1030/react-shields-badge
React component shields.io badge
https://github.com/skycloud1030/react-shields-badge
badge react shieldsio
Last synced: 9 months ago
JSON representation
React component shields.io badge
- Host: GitHub
- URL: https://github.com/skycloud1030/react-shields-badge
- Owner: skycloud1030
- License: mit
- Created: 2018-08-13T03:41:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:49:16.000Z (over 3 years ago)
- Last Synced: 2025-09-26T13:52:17.965Z (9 months ago)
- Topics: badge, react, shieldsio
- Language: JavaScript
- Homepage: https://skycloud1030.github.io/react-shields-badge/
- Size: 2.55 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-shields-badge
[](https://travis-ci.org/skycloud1030/react-shields-badge)
[](https://coveralls.io/github/skycloud1030/react-shields-badge?branch=master)
[](https://www.npmjs.com/package/react-shields-badge)
[](LICENSE)
[](https://www.npmjs.com/package/react-shields-badge)
### Install
```sh
npm i react-shields-badge --save
yarn add react-shields-badge --save
```
### Getting Started
```js
import Badge from "react-shields-badge";
import "react-shields-badge/dist/react-shields-badge.css";
```
### Demo

- [preview](https://skycloud1030.github.io/react-shields-badge/example/)
- [code](https://github.com/skycloud1030/react-shields-badge/blob/gh-pages/src/index.js)
### Properties
| Props | Type | Description | Default |
| :-------------- | :---- | :-------------------------------- | :----------------------------------------------------- |
| data | array | Data record array to be displayed | - |
| color | array | Color of the badge | #fff |
| backgroundColor | array | backgroundColor of the badge | [Color Map](#color-map) |
### Color Map
| name | color |
| :---------- | :-------------------------------------------------------------- |
| black | #5b5b5b |
| blue | #0f80c0 |
| brightgreen | #4cc61f |
| red | #d7624b |
| orange | #f27e3f |
| green | #96c40f |
| yellowgreen | #a1a328 |
| yellow | #d6ae22 |
| lightgrey | #9e9e9e |