From 0b90bf460a7a7a3c28ce9ee5f1b00eb6985c0c62 Mon Sep 17 00:00:00 2001 From: Donald Pipowitch Date: Fri, 7 Jun 2019 09:48:00 +0200 Subject: [PATCH] added missing react section --- packages/splitjs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/splitjs/README.md b/packages/splitjs/README.md index 6ef9c37ac..1940b81a2 100644 --- a/packages/splitjs/README.md +++ b/packages/splitjs/README.md @@ -523,6 +523,10 @@ Overflow can be handled as well, to get scrolling within the elements: } ``` +## React + +**[React Split](https://github.com/nathancahill/split/tree/master/packages/react-split)** - Thin wrapper component for Split.js. + ## Browser Support This library uses [CSS calc()](https://developer.mozilla.org/en-US/docs/Web/CSS/calc#AutoCompatibilityTable), [CSS box-sizing](https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing#AutoCompatibilityTable) and [JS getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect#AutoCompatibilityTable). These features are supported in the following browsers: