MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / Field

Function Field

apps/web/ui/Field/index.tsx:10–12  ·  view source on GitHub ↗
({ className, children }: Props)

Source from the content-addressed store, hash-verified

8}
9
10function Field({ className, children }: Props) {
11 return <div className={classNames(styles.field, className)}>{children}</div>;
12}
13
14export default Field;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected