MCPcopy Create free account
hub / github.com/TanStack/devtools / badge

Function badge

examples/react/basic/src/package-json-panel.tsx:91–103  ·  view source on GitHub ↗
(text: string, color: string)

Source from the content-addressed store, hash-verified

89 textAlign: 'left',
90 }
91 const badge = (text: string, color: string) => (
92 <span
93 style={{
94 background: color,
95 color: '#fff',
96 borderRadius: 4,
97 padding: '1px 4px',
98 fontSize: 11,
99 }}
100 >
101 {text}
102 </span>
103 )
104 const btn = (
105 label: string,
106 onClick: () => void,

Callers 2

VersionCellFunction · 0.70
renderDepsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected