MCPcopy Create free account
hub / github.com/bvaughn/react-window / RowComponent

Function RowComponent

integrations/tests/src/components/RowComponent.tsx:7–17  ·  view source on GitHub ↗
({
  index,
  data,
  style
}: RowComponentProps<RowComponentData>)

Source from the content-addressed store, hash-verified

5};
6
7export function RowComponent({
8 index,
9 data,
10 style
11}: RowComponentProps<RowComponentData>) {
12 return (
13 <div className="flex items-center px-1" style={style}>
14 {data[index]}
15 </div>
16 );
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected