Components
HotkeyProvider
HotkeyProvider is a token-driven Sigil component in the overlay and interaction group.
Import
import { HotkeyProvider } from "@sigil-ui/components";Preview
Usage
<HotkeyProvider hotkeys={[]}><div className="flex items-center gap-2"><KeyboardKey>⌘K</KeyboardKey><span>Hotkey provider mounted</span></div></HotkeyProvider>CLI
npx @sigil-ui/cli add hotkey-providerToken Integration
HotkeyProvider follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.