Rad UI is still under active development. You are free to use it in your projects, but expect breaking changes. If you'd like to contribute to Rad UI, please check out Getting Started

Kbd

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

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

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

<Kbd>Ctrl + C</Kbd>