We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c134ed commit c1df499Copy full SHA for c1df499
README.md
@@ -17,9 +17,6 @@ npm i react-virtualized-cssgrid
17
### Functional Stateless Component
18
19
```js
20
-import React from 'react';
21
-import VirtualizedCSSGrid from 'react-virtualized-cssgrid';
22
-
23
function MyList({ items }) {
24
return (
25
<VirtualizedCSSGrid containerWidth={1080} rowHeight={240} columnWidth={360} columns={3} listLength={items.length}>
@@ -34,9 +31,6 @@ function MyList({ items }) {
34
31
35
32
36
33
37
38
39
40
class List extends Component {
41
render() {
42
0 commit comments