MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / FieldContent

Function FieldContent

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

Source from the content-addressed store, hash-verified

86}
87
88function FieldContent({ className, ...props }: React.ComponentProps<"div">) {
89 return (
90 <div
91 data-slot="field-content"
92 className={cn(
93 "gap-0.5 group/field-content flex flex-1 flex-col leading-snug",
94 className
95 )}
96 {...props}
97 />
98 );
99}
100
101function FieldLabel({
102 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected