# SCircleProgress

> 자동 생성 문서 — `npm run docs:gen`. 소스: 각 컴포넌트의 Props/Handle 인터페이스 + import 의존성.

### SCircleProgress

#### Props

| Prop | Type | Default | Description |
|------|------|---------|-------------|
| `value?` | `number` | `0` | 진행률 (0–100) |
| `type?` | `SCircleProgressType` | `'primary'` | 색상 테마 |
| `indeterminate?` | `boolean` | `false` | 불확정(스피너) 모드 — value 무시 |
| `label?` | `string` | — | 하단 레이블 |
| `innerValue?` | `boolean` | `false` | true면 퍼센트를 원 아래가 아닌 원 가운데에 표시 |
| `className?` | `string` | — |  |
| `style?` | `CSSProperties` | — |  |

## Dependencies

### Used by

 - [SLoadingContainer](../SLoadingContainer)
 - [SLoadingModal](../SLoadingModal)
 - [STable](../STable)

### Graph

```mermaid
graph TD;
  SLoadingContainer --> SCircleProgress
  SLoadingModal --> SCircleProgress
  STable --> SCircleProgress
  style SCircleProgress fill:#f9f,stroke:#333,stroke-width:4px
```
