Horizontal strip of F-keys, each annotated with the action it triggers.
New here? Read the installation guide.
import { Keyboard10 } from "@/components/beste/piece/keyboard10";
<Keyboard10
keys={[
{
"key": "F1",
"action": "Help"
},
{
"key": "F2",
"action": "Rename"
},
{
"key": "F3",
"action": "Find next"
},
{
"key": "F4",
"action": "Close"
},
{
"key": "F5",
"action": "Reload"
}
]}
/>Raycast-style action row with leading icon, description, and a trailing shortcut combo.
Row of small tactile keycaps laid out in order, great for Konami-style cheat codes or macro combos.
Titled panel listing several actions with their key combos stacked on the right.