ProjectNameInput() — supabase Function Reference
Architecture documentation for the ProjectNameInput() function in ProjectNameInput.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/ProjectCreation/ProjectNameInput.tsx lines 12–28
export const ProjectNameInput = ({ form }: ProjectNameInputProps) => {
return (
<Panel.Content>
<FormField_Shadcn_
control={form.control}
name="projectName"
render={({ field }) => (
<FormItemLayout label="Project name" layout="horizontal">
<FormControl_Shadcn_>
<Input_Shadcn_ {...field} placeholder="Project name" />
</FormControl_Shadcn_>
</FormItemLayout>
)}
/>
</Panel.Content>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free