SidebarOptInForm() — ui Function Reference
Architecture documentation for the SidebarOptInForm() function in sidebar-opt-in-form.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 3177c9cb_b32b_30b8_1ce8_9a3bd8fb3022["SidebarOptInForm()"] ea69675f_06b4_f3ac_2a02_d20c6d12077a["sidebar-opt-in-form.tsx"] 3177c9cb_b32b_30b8_1ce8_9a3bd8fb3022 -->|defined in| ea69675f_06b4_f3ac_2a02_d20c6d12077a style 3177c9cb_b32b_30b8_1ce8_9a3bd8fb3022 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/blocks/sidebar-06/components/sidebar-opt-in-form.tsx lines 11–33
export function SidebarOptInForm() {
return (
<Card className="shadow-none">
<form>
<CardHeader className="p-4 pb-0">
<CardTitle className="text-sm">Subscribe to our newsletter</CardTitle>
<CardDescription>
Opt-in to receive updates and news about the sidebar.
</CardDescription>
</CardHeader>
<CardContent className="grid gap-2.5 p-4">
<SidebarInput type="email" placeholder="Email" />
<Button
className="w-full bg-sidebar-primary text-sidebar-primary-foreground shadow-none"
size="sm"
>
Subscribe
</Button>
</CardContent>
</form>
</Card>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does SidebarOptInForm() do?
SidebarOptInForm() is a function in the ui codebase, defined in deprecated/www/registry/new-york/blocks/sidebar-06/components/sidebar-opt-in-form.tsx.
Where is SidebarOptInForm() defined?
SidebarOptInForm() is defined in deprecated/www/registry/new-york/blocks/sidebar-06/components/sidebar-opt-in-form.tsx at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free