bvaughn / react-virtualized-auto-sizer

Standalone version of the AutoSizer component from react-virtualized
MIT License
613 stars 83 forks source link

Add documentation about usage #21

Closed kumar303 closed 1 year ago

kumar303 commented 5 years ago

It would be helpful if this readme documented what props AutoSizer takes and showed a brief example of usage.

rob2d commented 4 years ago

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 1 year ago

Documentation has been copied over from react-virtualized to this README.