Docs
Kbd

Kbd

Displays a form input field or a component that looks like an input field.

K

Usage

vue
<script setup lang="ts">
import { Kbd } from "wedges-vue";
</script>

<template>
  <Kbd keys="['option', 'command']">K</Kbd>
</template>

API Reference

Props

PropTypeDefault
keys
KbdKey | KbdKey[]
size
'xs' | 'sm' | 'md' | 'lg' | null
'xs'

Examples

W D G S
Edit this page on GitHub