From 8249f64d2567b364b0abb212521ab59f99a59c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Wed, 12 Apr 2017 15:29:36 +0200 Subject: [PATCH] Added short list of library goals to the top of the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fff2f36..90ed928 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ Component-wrapper to determine and report children elements height +## Goals -![React Height](src/example/react-height.gif) +- `react-height` keeps things simple, therefore it does not support nested height change, it only checks immediate children change +- not based on specific browser APIs, so can be used in other environments too +- used as backend for [`react-collapse`](https://github.com/nkbt/react-collapse) +![React Height](src/example/react-height.gif) ## Installation