Components
Keyboard Key
The keyboard key component exists to show which key or combination of keys performs a given action.
This component is built using native html kbd tag and its props, making all native props available for use.
Anatomy
Import the component.
import { Kbd } from "@rafty/ui";
<Kbd />;
Usage
shift + K
<Kbd>
  shift + K
</Kbd>
API
Root
| Property | Description | Type | Default | 
|---|---|---|---|
| isUnstyled | Removes Style from component | boolean |