Skip to content

Commit 0b6c7f5

Browse files
committed
Updates README
1 parent 6a7bdbd commit 0b6c7f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Extensive browser support.
1919
- Supports functional and class Component types.
2020
- Tiny bundle size.
21+
- Demo: https://4mkpc.csb.app/
2122

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

@@ -68,7 +69,7 @@ export default withSize()(MyComponent)
6869

6970
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.
7071

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

7374
<p>&nbsp;</p>
7475

0 commit comments

Comments
 (0)