SYS:ONLINE● ACTIVE
THEME
GITHUBv0.1.0

KBD

Keyboard key display element styled as a terminal key cap.

PREVIEW

CtrlEnter

INSTALLATION

BASH
npx shadcn@latest add @scificn/kbd

USAGE

TSX
import { Kbd } from '@scificn/ui'

export function Example() {
  return (
    <p className="text-sm text-muted">
      Press <Kbd>Ctrl</Kbd> + <Kbd>K</Kbd> to open command palette.
    </p>
  )
}

PROPS

PROPTYPEDEFAULTDESCRIPTION
childrenReactNodeKey label content.
classNamestringAdditional CSS classes.