Rad UI is under active development and looking for contributors to shape the future of the library. If you'd like to contribute to Rad UI, please check out Getting Started

Kbd is a component that can be used to display keyboard keys.

Ctrl + C
import Kbd from "@radui/ui/Kbd";

const KbdExample = () => (
  <Kbd>Ctrl + C</Kbd>
)