English | [简体中文](./README-zh_CN.md)

# @ray-js/badge

[![latest](https://img.shields.io/npm/v/@ray-js/badge/latest.svg)](https://www.npmjs.com/package/@ray-js/badge) [![download](https://img.shields.io/npm/dt/@ray-js/badge.svg)](https://www.npmjs.com/package/@ray-js/badge)

> 徽标

## Installation

```sh
$ npm install @ray-js/badge
# or
$ yarn add @ray-js/badge
```

## Usage

```tsx
import Badge from '@ray-js/badge';
export default () => (
  <Badge content={5}>
    <View className={styles.content} />
  </Badge>
);
```

## Quick Start

```sh
yarn build    # Compile

yarn watch    # Real-time compilation

yarn start:tuya      # Start the Tuya mini
```