KSpinner
示例
Sizes
Loading text
Loading...
Animated SVG loading spinner in three sizes.
Props
| Name | Type | Default | Description |
|---|---|---|---|
| size | 'sm' | 'md' | 'lg' | 'md' | Size of the spinner. |
| class | string | — | Additional CSS classes. |
Basic Usage
vue
<script setup>
import { KSpinner } from '@kK-2004/ui-component'
</script>
<template>
<KSpinner size="md" />
</template>