You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,6 +93,20 @@ export default function Example() {
92
93
</ComponentExample>
93
94
</ComponentSection>
94
95
96
+
{/* Sizes */}
97
+
98
+
<ComponentSection>
99
+
<Headinglevel={3}>Sizes</Heading>
100
+
<p>
101
+
Use the <codeclass="rounded bg-kumo-control px-1 py-0.5 text-sm">size</code> prop
102
+
to match Input sizing (xs, sm, base, lg).
103
+
</p>
104
+
105
+
<ComponentExampledemo="SelectSizesDemo">
106
+
<SelectSizesDemoclient:load />
107
+
</ComponentExample>
108
+
</ComponentSection>
109
+
95
110
{/* Without Visible Label */}
96
111
97
112
<ComponentSection>
@@ -318,11 +333,23 @@ export default function Example() {
318
333
<Headinglevel={3}>Select.Option</Heading>
319
334
<PropsTablecomponent="Select.Option" />
320
335
321
-
<Headinglevel={3}>Select.Group</Heading>
322
-
<p>Groups related options together with an accessible <codeclass="rounded bg-kumo-control px-1 py-0.5 text-sm">role="group"</code>. Use with <codeclass="rounded bg-kumo-control px-1 py-0.5 text-sm">Select.GroupLabel</code> to provide a visible heading.</p>
336
+
<Headinglevel={3}>Select.Group</Heading>
337
+
<p>
338
+
Groups related options together with an accessible{""}
<p>A visible heading for a <codeclass="rounded bg-kumo-control px-1 py-0.5 text-sm">Select.Group</code>. Automatically associated with its parent group for accessibility.</p>
0 commit comments