Keycap Button

A button shaped like a physical keycap and wired to the key it prints, so the shortcut hint is not a lie.

Remix

0

Bookmarks

0

Installs

0

Views

33 lines
"use client"

import * as React from "react"
import { Command, Search } from "lucide-react"
import { KeycapButton } from "@/components/ui/keycap-button"

export default function DemoKeycapButton() {
  const [hits, setHits] = React.useState(0)

  return (

23 more lines behind a plan

Previews are free to watch. Reading and copying the full source needs a plan.

See plans
Checks
Dependencies
lucide-react
License
MIT License
Published
9/19/2026

Similar components

That's all 6 components

Explore more

Part of Pixelfarm — browse the full library on Nuxus.