Skip to content

Commit c22b8af

Browse files
authored
docs: fixed SegmentedControl stackblitz link (#2847)
1 parent 46cf99f commit c22b8af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/lib/normalize.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const nameMap: Record<string, string> = {
55
"progress-circular": "progress",
66
"range-slider": "slider",
77
"timer-countdown": "timer",
8+
"segmented-control": "radio-group",
89
}
910

1011
export function normalizeComponentName(component: string) {

0 commit comments

Comments
 (0)