Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/help.json
Usage
import { Help } from "@/components/ui/help";<Help
title="Keyboard Shortcuts"
keymap={{
q: "Quit",
h: "Help",
j: "Move down",
k: "Move up",
}}
/>API Reference
Help
| Prop | Type | Default |
|---|---|---|
keymap | Record<string, string> | required |
title | string | undefined |
compact | boolean | false |