# 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 === [![Build & Deploy](https://github.com/uiwjs/react-shields/workflows/Build%20&%20Deploy/badge.svg)](https://github.com/uiwjs/react-shields/actions) [![](https://img.shields.io/github/issues/uiwjs/react-shields.svg)](https://github.com/uiwjs/react-shields/issues) [![](https://img.shields.io/github/forks/uiwjs/react-shields.svg)](https://github.com/uiwjs/react-shields/network) [![](https://img.shields.io/github/stars/uiwjs/react-shields.svg)](https://github.com/uiwjs/react-shields/stargazers) [![](https://img.shields.io/github/v/release/uiwjs/react-shields.svg)](https://github.com/uiwjs/react-shields/releases) [![](https://img.shields.io/npm/v/@uiw/react-shields.svg)](https://www.npmjs.com/package/@uiw/react-shields) [![](https://jaywcjlove.github.io/sb/ico/gitee.svg)](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 ```