Merge branch 'v3' into v3.2.3

This commit is contained in:
WK Wong
2026-07-17 17:31:31 +08:00
2 changed files with 2 additions and 2 deletions
@@ -82,7 +82,7 @@ Spinner 使用以下 CSS 类([查看源码样式](https://github.com/heroui-in
| Prop | 类型 | 默认值 | 描述 |
|------|------|--------|------|
| `size` | `"sm" \| "md" \| "lg" \| "xl"` | `"md"` | Spinner 的尺寸 |
| `color` | `"current" \| "accent" \| "success" \| "warning" \| "danger"` | `"current"` | Spinner 的颜色变体 |
| `color` | `"current" \| "accent" \| "success" \| "warning" \| "danger"` | `"accent"` | Spinner 的颜色变体 |
| `className` | `string` | - | 额外的 CSS 类名 |
## 相关组件
@@ -84,7 +84,7 @@ The Spinner component uses these CSS classes ([View source styles](https://githu
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| `size` | `"sm" \| "md" \| "lg" \| "xl"` | `"md"` | Size of the spinner |
| `color` | `"current" \| "accent" \| "success" \| "warning" \| "danger"` | `"current"` | Color variant of the spinner |
| `color` | `"current" \| "accent" \| "success" \| "warning" \| "danger"` | `"accent"` | Color variant of the spinner |
| `className` | `string` | - | Additional CSS classes |
## Related Components