We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cf99f commit c22b8afCopy full SHA for c22b8af
website/lib/normalize.ts
@@ -5,6 +5,7 @@ const nameMap: Record<string, string> = {
5
"progress-circular": "progress",
6
"range-slider": "slider",
7
"timer-countdown": "timer",
8
+ "segmented-control": "radio-group",
9
}
10
11
export function normalizeComponentName(component: string) {
0 commit comments