A button group whose actions reveal their keyboard shortcut hints inside tooltips on hover, with a Mac/Windows switch that swaps the key glyphs.
import KbdTooltip from "@/components/ui/kbd-03"; export default function Default() { return ( <div className="flex min-h-[320px] w-full items-center justify-center p-10"> <KbdTooltip /> </div> ); }
Part of ShadcnSpace — browse the full library on 21st.dev.