Skip to content
On this page

Spin 加载

基本使用

template
<c-spin />
<c-spin tip="加载中..." />

颜色

template
<c-spin color="primary" />
<c-spin color="error" />
<c-spin color="success" />
<c-spin color="warning" />
<c-spin color="info" />
<c-spin color="#7546c9" />

大小

template
<c-spin size="s" />
<c-spin size="m" />
<c-spin size="l" />
<c-spin size="100" />

图标

template
<c-spin icon="add-line" />
<c-spin icon="subtract-line" />
<c-spin icon="checkbox-blank-fill" />

API

Spin Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsSpinPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
colorstringundefined颜色。 使用说明
sizestring | numberm大小。 使用说明
iconstringundefined旋转图标
icon-propsIconPropsundefinedIconProps
tipstringundefined文字
tip-propsTextPropsundefinedTextProps
directionCSSProperties['flex-direction']row图标和文字排列。 MDN Web Docs