This component no longer exists. It was in skyroc-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Keyboard Key
skyroc-ui/keyboard-keyRemovedBlock
skyroc-ui publishes no description for this item.
Install it
npx shadcn@latest add https://ui-play.skyroc.me/r/keyboard-key.jsonSource
1'use client';23import { useComponentConfig } from '../config-provider/context';4import KeyboardKeyUI from './KeyboardKeyUI';5import type { KeyboardKeyProps } from './types';67const KeyboardKey = (props: KeyboardKeyProps) => {8 const config = useComponentConfig('keyboardKey');910 const mergedProps: KeyboardKeyProps = {1112 ...config,13 ...props14 };1516 return (17 <KeyboardKeyUI18 {...mergedProps}19 />20 );21};2223KeyboardKey.displayName = 'KeyboardKey';2425export default KeyboardKey;
What it pulls in
Other registry items
