# SLinearProgress

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

### SLinearProgress

#### Props

| Prop | Type | Default | Description |
|------|------|---------|-------------|
| `value?` | `number` | `0` | 진행률 (0–100) |
| `type?` | `SLinearProgressType` | `'primary'` | 색상 타입 |
| `indeterminate?` | `boolean` | `false` | 진행률 없이 무한 애니메이션 |
| `label?` | `string` | — | 하단 레이블 |
| `className?` | `string` | — |  |
| `style?` | `CSSProperties` | — |  |

