ShortcutDisplay
ShortcutDisplay Component
Playground
Ctrl+SSave
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| description | text | — | |
| size | selectsm | md | — | |
| variant | selectlight | dark | — |
DefaultCtrl+SSave
Multiple
Ctrl+SSaveCtrl+Shift+PCommand Palette
DarkVariantCmd+KSearch
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
description | text | — | Shortcut description |
size | select | — | Size |
variant | select | — | Variant |
Using ShortcutDisplaytsx
import { ShortcutDisplay } from '@/components/ShortcutDisplay'
<ShortcutDisplay
description="..."
size="..."
variant="..."
/>Tokens Used
No design tokens detected