@pittorica/kbd-react
v0.26.3
Published
The `Kbd` component.
Readme
@pittorica/kbd-react
The Kbd component.
Installation
npm install @pittorica/kbd-reactUsage
import { Kbd } from '@pittorica/kbd-react';
function ShortCuts() {
return (
<p>
Press <Kbd>⌘ + K</Kbd> to open the search bar.
</p>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
