# react-shields
**Repository Path**: uiw/react-shields
## Basic Information
- **Project Name**: react-shields
- **Description**: Shields.io for react component, Quality metadata badges for open source projects.
- **Primary Language**: TypeScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://uiw.gitee.io/react-shields
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-11-24
- **Last Updated**: 2022-05-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
react-shields
===
[](https://github.com/uiwjs/react-shields/actions)
[](https://github.com/uiwjs/react-shields/issues)
[](https://github.com/uiwjs/react-shields/network)
[](https://github.com/uiwjs/react-shields/stargazers)
[](https://github.com/uiwjs/react-shields/releases)
[](https://www.npmjs.com/package/@uiw/react-shields)
[](https://gitee.com/uiw/react-shields)
[Shields.io](https://shields.io/): Quality metadata badges open source projects for react component.
## Install
```bash
npm install --save @uiw/react-shields
# Via Yarn:
yarn add @uiw/react-shields
```
## Usage
```jsx
import Github from '@uiw/react-shields';
function Demo() {
return (
<>
>
);
}
```
### Github.Social
```jsx
```
### Npm.Version
```jsx
```
### Npm.Size
```jsx
```
### Github.Issues
```jsx
```
### Github.Size
```jsx
```
### Github.Downloads
```jsx
```
### Github.Version
```jsx
```
### Github.License
```jsx
```
### Github.Analysis
```jsx
```
### Coverage.Coverages
```jsx
```
### Coverage.Codacy
```jsx
```
## Development
```bash
# Step 1, Run first, the listener component compiles the output .js file
npm run ts:watch
# Step 2, Listen for compiled output type .d.ts file
npm run types:watch
# Step 3, Development mode, listen to compile preview site instance
npm run doc:dev
```
Compile and release
```bash
npm run released
```