Docs
Apple Keyboard
Compact Apple-style keyboard with labeled keys and media row
Pro workflow
Open in v0 and the Pro CLI install shortcut are part of Cult UI Pro. Upgrade to use them in your projects.
Get Propnpm add @tabler/icons-react
Source code is available for Pro members.
Upgrade to copy and use these components in your projects.
View pricingAppleKeyboard renders a static, presentational compact keyboard layout for marketing or device mockups.
import { AppleKeyboard } from "@/components/apple-keyboard";
export function Showcase() {
return (
<div className="flex justify-center p-8">
<AppleKeyboard />
</div>
);
}