Kbd
A component that renders a badge-styled keyboard (kbd
) element.
In this guide, you'll learn how to use the Kbd component.
Was this example helpful?
Usage#
import { Kbd } from "@medusajs/ui"
<Kbd>Ctrl + Shift + A</Kbd>
API Reference#
This component is based on the kbd
element and supports all of its props
Was this guide helpful?