Keyboard
Keyboard not found, Press F1 to continue.
Example
Basic
Show Code
vue
<script lang="ts" setup>
import { RKeyboard } from 'roughness'
</script>
<template>
<RKeyboard>Context</RKeyboard>, not <RKeyboard>⌃</RKeyboard>.
</template>Tag
Show Code
vue
<script lang="ts" setup>
import { RKeyboard } from 'roughness'
</script>
<template>
<RKeyboard tag="button" color="error" size="medium">I want a Coke!</RKeyboard>
</template>