Skip to content

TextLoading 组件

TextLoading 是文本加载组件,用于在文本加载时显示加载中状态。

基础用法

vue
<template>
  <TextLoading />
</template>

<script setup>
import { TextLoading } from '@pt/agentos'
</script>

完整示例

TextLoading组件
请打开代码查看
<template>
<TextLoading />
</template>

<script setup>
import { TextLoading } from '@pt/agentos'
</script>

Released under the MIT License.