# SFooter

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

### SFooter

#### Props

| Prop | Type | Default | Description |
|------|------|---------|-------------|
| `bg?` | `SFooterBg` | `'white'` | 배경색 |
| `left?` | `ReactNode` | — | footer 좌측 slot |
| `children?` | `ReactNode` | — | footer 좌측 slot. left와 함께 쓰면 left 뒤에 렌더된다 |
| `button?` | `SFooterButton` | — | 우측 기본 액션 버튼 |
| `className?` | `string` | — |  |
| `leftClassName?` | `string` | — |  |
| `style?` | `CSSProperties` | — |  |

## Dependencies

### Used by

 - [SActionModal](../SActionModal)
 - [SDrawer](../SDrawer)
 - [SPopup](../SPopup)

### Depends on

- [SButton](../SButton)

### Graph

```mermaid
graph TD;
  SFooter --> SButton
  SActionModal --> SFooter
  SDrawer --> SFooter
  SPopup --> SFooter
  style SFooter fill:#f9f,stroke:#333,stroke-width:4px
```
