Carregando…
Carregando…
Carregando…Physical keycap badge with two-layer box-shadow relief and press animation.
Keycap física — relevo 3D via box-shadow
$ npx kikitocn add modern-3d-kbd@/lib/utilsimport { Modern3DKbd } from "@/components/ui/cn/modern-3d-kbd/Modern3DKbd";
export function Modern3DKbdExample() {
return (
<Modern3DKbd />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
symbol | string | '⌘' | Símbolo grande exibido no topo |
label | string | 'command' | Rótulo abaixo do símbolo |
className | string | — | Classes CSS extras |
style | React.CSSProperties | — | Estilos inline extras |