MCPcopy
hub / github.com/microsoft/SandDance / renderTooltip

Function renderTooltip

packages/sanddance/src/tooltip.tsx:114–120  ·  view source on GitHub ↗
(props: RenderProps)

Source from the content-addressed store, hash-verified

112}
113
114const renderTooltip = (props: RenderProps) => {
115 return props.rows.length === 0 ? null : (
116 <div className={`${props.cssPrefix}tooltip`}>
117 {Table({ rows: props.rows })}
118 </div>
119 );
120};

Callers 1

constructorMethod · 0.70

Calls 1

TableFunction · 0.50

Tested by

no test coverage detected