NativeSelectWithGroups() — ui Function Reference
Architecture documentation for the NativeSelectWithGroups() function in native-select-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 1883c977_2cb2_7387_272f_4f548c209f25["NativeSelectWithGroups()"] caea9a88_63ad_a068_ead5_829590ec8b5c["native-select-example.tsx"] 1883c977_2cb2_7387_272f_4f548c209f25 -->|defined in| caea9a88_63ad_a068_ead5_829590ec8b5c style 1883c977_2cb2_7387_272f_4f548c209f25 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/native-select-example.tsx lines 46–64
function NativeSelectWithGroups() {
return (
<Example title="With Groups">
<NativeSelect>
<NativeSelectOption value="">Select a food</NativeSelectOption>
<NativeSelectOptGroup label="Fruits">
<NativeSelectOption value="apple">Apple</NativeSelectOption>
<NativeSelectOption value="banana">Banana</NativeSelectOption>
<NativeSelectOption value="blueberry">Blueberry</NativeSelectOption>
</NativeSelectOptGroup>
<NativeSelectOptGroup label="Vegetables">
<NativeSelectOption value="carrot">Carrot</NativeSelectOption>
<NativeSelectOption value="broccoli">Broccoli</NativeSelectOption>
<NativeSelectOption value="spinach">Spinach</NativeSelectOption>
</NativeSelectOptGroup>
</NativeSelect>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does NativeSelectWithGroups() do?
NativeSelectWithGroups() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/native-select-example.tsx.
Where is NativeSelectWithGroups() defined?
NativeSelectWithGroups() is defined in apps/v4/registry/bases/radix/examples/native-select-example.tsx at line 46.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free