Displays a form input field or a component that looks like an input field.
<script setup lang="ts"> import { Kbd } from "wedges-vue"; </script> <template> <Kbd keys="['option', 'command']">K</Kbd> </template>
keys
KbdKey | KbdKey[]
size
'xs' | 'sm' | 'md' | 'lg' | null
'xs'