# UGStatisticCard 指标卡片

> 适配器：React；状态：available；slug：`statistic-card`。

用于在卡片内组合核心指标、语义图标和变化说明。

## 适用场景

- 数据看板顶部需要带图标和变化说明的核心指标卡。

## 不适用场景

- 只需内联数字时使用 Statistic。

## 公开入口

- 包入口：`@ug666/ui-react/components`
- 公开成员：`UGStatisticCard`
- 交互文档：[https://ui.ug666.top/react/components/statistic-card](https://ui.ug666.top/react/components/statistic-card)

```tsx
import { UGStatisticCard } from '@ug666/ui-react/components'
```

## 使用规则

- 接口请求、权限和业务字段映射留在消费项目。
- 受控值使用当前组件声明的 value/onValueChange 或公开回调。
- 涉及 Hook、Portal 或浏览器状态时保留 client boundary。
- 只通过公开 Props、事件、插槽、class/className 和语义 Token 扩展。

## 相关候选

- [statistic](https://ui.ug666.top/ai/react/components/statistic.md)
- [card](https://ui.ug666.top/ai/react/components/card.md)
- [trend-chart](https://ui.ug666.top/ai/react/components/trend-chart.md)

## 生成前检查

- 当前适配器是否真实提供该组件。
- 导入路径、组件名和 API 是否存在于当前版本类型声明。
- 是否覆盖长文本、窄容器、键盘、焦点、disabled、loading 和错误状态。
