Compact keyboard key styling.
Kbd defines how EnterUI handles compact keyboard key styling, including default structure, accessible states, and token-driven styling.
Use separate Kbd elements for each key.
<div className="docs-preview-row">
<Kbd>Cmd</Kbd>
<Kbd>K</Kbd>
<span className="docs-preview-muted">Open command menu</span>
</div>import { Kbd } from "@froggdesign/enter-ui-react";Kbd renders a semantic kbd element. Keep shortcut text short and match the platform where possible.
Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.