Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Feb 26, 2021
1 parent 6a7bdbd commit 0b6c7f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Extensive browser support.
- Supports functional and class Component types.
- Tiny bundle size.
- Demo: https://4mkpc.csb.app/

Use it via the render prop pattern (supports `children` or `render` prop):

Expand Down Expand Up @@ -68,7 +69,7 @@ export default withSize()(MyComponent)

Give your Components the ability to have render logic based on their height and/or width. Responsive design on the Component level. This allows you to create highly reusable components that can adapt to wherever they are rendered.

Check out a working demo here: https://react-sizeme.now.sh
Check out a working demo here: https://4mkpc.csb.app/

<p>&nbsp;</p>

Expand Down

0 comments on commit 0b6c7f5

Please sign in to comment.