Park UI Logo
GitHub
Typography
Kbd

Kbd

Represents a keyboard input or hotkey.

Shift + Alt
import { Kbd, type KbdProps } from '~/components/ui/kbd'

export const Demo = (props: KbdProps) => {
  return <Kbd {...props}>Shift + Alt</Kbd>
}

Usage

import { Kbd } from '~/components/ui/kbd'

Installation

npx @park-ui/cli components add kbd