Skip to content

Loading

Just a moment...

Example

Show Code
vue
<script lang="ts" setup>
import { RLoading, RText } from 'roughness'
</script>

<template>
  <RText>
    <RLoading />
    Don't turn off your computer
  </RText>
</template>
Don't turn off your computer

Usage

Props

NameTypeDefault ValueDescription
...

See Space Props.

Released under the ISC License.