Skip to content

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>
Context, not .

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>

Usage

Props

Slots

Styles

Graphics Selectors

Released under the ISC License.