SelectDemo() — supabase Function Reference
Architecture documentation for the SelectDemo() function in select-demo.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/select-demo.tsx lines 12–30
export default function SelectDemo() {
return (
<Select_Shadcn_>
<SelectTrigger_Shadcn_ className="w-[180px]">
<SelectValue_Shadcn_ placeholder="Select a fruit" />
</SelectTrigger_Shadcn_>
<SelectContent_Shadcn_>
<SelectGroup_Shadcn_>
<SelectLabel_Shadcn_>Fruits</SelectLabel_Shadcn_>
<SelectItem_Shadcn_ value="apple">Apple</SelectItem_Shadcn_>
<SelectItem_Shadcn_ value="banana">Banana</SelectItem_Shadcn_>
<SelectItem_Shadcn_ value="blueberry">Blueberry</SelectItem_Shadcn_>
<SelectItem_Shadcn_ value="grapes">Grapes</SelectItem_Shadcn_>
<SelectItem_Shadcn_ value="pineapple">Pineapple</SelectItem_Shadcn_>
</SelectGroup_Shadcn_>
</SelectContent_Shadcn_>
</Select_Shadcn_>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free