MCPcopy Create free account
hub / github.com/Qinbf/groundmap / Field

Function Field

web/components/FrontmatterPanel.tsx:113–120  ·  view source on GitHub ↗
({ label, children }: { label: string; children: React.ReactNode })

Source from the content-addressed store, hash-verified

111}
112
113function Field({ label, children }: { label: string; children: React.ReactNode }) {
114 return (
115 <div>
116 <div className="text-[10px] uppercase tracking-wide text-muted-foreground">{label}</div>
117 <div className="mt-0.5">{children}</div>
118 </div>
119 );
120}
121
122// 翻译 type/status/confidence 字段值(fallback 到原值)
123export function tType(value: string | undefined, locale: Locale): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected