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

# @ray-js/presskey

> 单键

## 安装

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

## 使用

```tsx
import PressKey from '@ray-js/presskey';

<PressKey text="Text" status />

<PressKey
  text="Text"
  status
  tip="tips"
  tipStyle={{ marginTop: '0rpx' }}
/>

```