From 977615aa2b956eaab8657ed697e7474b07411d5a Mon Sep 17 00:00:00 2001 From: Nathan Cahill Date: Sun, 4 Nov 2018 15:14:11 -0700 Subject: [PATCH] remove old react link --- packages/splitjs/README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages/splitjs/README.md b/packages/splitjs/README.md index 8bf480cab..69eba4199 100644 --- a/packages/splitjs/README.md +++ b/packages/splitjs/README.md @@ -516,21 +516,6 @@ Overflow can be handled as well, to get scrolling within the elements: } ``` -## React - -Split.js is also available as a React component: [react-split](https://github.com/nathancahill/react-split). The component accepts the same options as the Split.js constructor: - -```js -import Split from 'react-split' - -ReactDOM.render( - - - - , -) -``` - ## 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: