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

# @ray-js/presskey

> PressKey

## Installation

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

## Usage

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

<PressKey text="Text" status />

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

```