MCPcopy Create free account
hub / github.com/bytebase/dbhub / Form

Function Form

frontend/src/components/ui/form.tsx:7–15  ·  view source on GitHub ↗
({ className, ...props }: FormPrimitive.Props)

Source from the content-addressed store, hash-verified

5import { cn } from "@/lib/utils";
6
7function Form({ className, ...props }: FormPrimitive.Props) {
8 return (
9 <FormPrimitive
10 className={cn("flex w-full flex-col gap-4", className)}
11 data-slot="form"
12 {...props}
13 />
14 );
15}
16
17export { Form };

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected