<div class="flex flex-wrap items-center gap-4">
<div class="flex items-center gap-1">
<ui-kbd>Ctrl</ui-kbd>
<span class="text-muted-foreground text-sm">+</span>
<ui-kbd>C</ui-kbd>
<span class="text-sm text-muted-foreground ml-2">Copy</span>
</div>
<div class="flex items-center gap-1">
<ui-kbd>Ctrl</ui-kbd>
<span class="text-muted-foreground text-sm">+</span>
<ui-kbd>V</ui-kbd>
<span class="text-sm text-muted-foreground ml-2">Paste</span>
</div>
<div class="flex items-center gap-1">
<ui-kbd>Esc</ui-kbd>
<span class="text-sm text-muted-foreground ml-2">Close</span>
</div>
</div>
<ui-kbd> <ui-kbd-group>
All components also accept standard HTML attributes (class, id, style, data-*, aria-*, etc.) which are passed through to the underlying element.