TStatusIndicator / 状态指示器
StatusIndicator displays an animated indicator with three concentric pulsing circles. / 状态指示器展示三个同心脉冲圆圈的动画效果。
Props / 属性
| Prop | Type | Default | Description |
|---|---|---|---|
color | BaseColor | 'blue' | Indicator color |
Basic Usage / 基础用法
vue
<template>
<TStatusIndicator color="success" />
<TStatusIndicator color="danger" />
</template>