Skip to content

KSpinner

示例

Sizes

Loading text

Loading...

Animated SVG loading spinner in three sizes.

Props

NameTypeDefaultDescription
size'sm' | 'md' | 'lg''md'Size of the spinner.
classstringAdditional CSS classes.

Basic Usage

vue
<script setup>
import { KSpinner } from '@kK-2004/ui-component'
</script>

<template>
  <KSpinner size="md" />
</template>