`<Kbd />` component example:

```js
import { Kbd } from '$PACKAGE_NAME';

<div>
  To switch directories, type <Kbd>cd</Kbd> followed by the name of the directory.
  To edit settings, press <Kbd><Kbd>ctrl</Kbd> + <Kbd>s</Kbd></Kbd>
</div>
```
