A button shaped like a physical keycap and wired to the key it prints, so the shortcut hint is not a lie.
0
Bookmarks
0
Installs
0
Views
"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 plansThat's all 6 components
Part of Pixelfarm — browse the full library on Nuxus.