[English](./README.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)

> 徽标

## 安装

```sh
$ npm install @ray-js/badge
// 或者
$ yarn add @ray-js/badge
```

## 使用

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

## 快速开始

```sh
yarn build    # Compile

yarn watch    # Real-time compilation

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