wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

changed 'responsive' section of README to use withSize as HOC #65

Closed joshwalker9115 closed 2 years ago

joshwalker9115 commented 5 years ago

Per the react-sizeme documentation, for higher order components the withSize function should be used. I updated the README responsive example to reflect this.

Thanks! Josh