MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / FieldContent

Function FieldContent

src/components/ui/field.tsx:97–108  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

95}
96
97function FieldContent({ className, ...props }: React.ComponentProps<"div">) {
98 return (
99 <div
100 data-slot="field-content"
101 className={cn(
102 "group/field-content flex flex-1 flex-col gap-1.5 leading-snug",
103 className
104 )}
105 {...props}
106 />
107 )
108}
109
110function FieldLabel({
111 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected