Skip to content

Commit

Permalink
docs: Segmented Control 문서 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
te6-in committed Jan 14, 2025
1 parent 24c3902 commit 7c02c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/react/components/segmented-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ title: Segmented Control

</Callout>

### `Segment`
### `SegmentedControlSegment`

<ReactTypeTable
path="./registry/ui/segmented-control.tsx"
Expand All @@ -40,7 +40,7 @@ title: Segmented Control

### 최소 너비보다 넓은 옵션 레이블

Pill 형태의 `Segment` 한 개는 86px의 최소 너비를 가져요. 제공한 옵션 중 이 너비를 초과하는 옵션이 있다면, 가장 긴 옵션의 너비에 모든 옵션의 너비가 맞춰져요.
Pill 형태의 `SegmentedControlSegment` 한 개는 86px의 최소 너비를 가져요. 제공한 옵션 중 이 너비를 초과하는 옵션이 있다면, 가장 긴 옵션의 너비에 모든 옵션의 너비가 맞춰져요.

<ComponentExample name="segmented-control-long-label" />

Expand Down

0 comments on commit 7c02c4c

Please sign in to comment.