Kbd is a component that can be used to display keyboard keys.
import Kbd from "@radui/ui/Kbd" const KbdExample = () => { return <Kbd>Ctrl + C</Kbd> } <Kbd>Ctrl + C</Kbd>