Add documentation about usage
kumar303 opened this issue · 2 comments
kumar303 commented
It would be helpful if this readme documented what props AutoSizer takes and showed a brief example of usage.
rob2d commented
Not disagreeing that it'd be helpful for easier adoption, but found that the source is actually extremely clean and Flow/TS annotations are very well defined. There's basically just one component here. Props are starting @ line 11:
https://github.com/bvaughn/react-virtualized-auto-sizer/blob/master/src/index.js
bvaughn commented
Documentation has been copied over from react-virtualized to this README.