mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
remove old react link
This commit is contained in:
@@ -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(
|
|
||||||
<Split sizes={[25, 75]}>
|
|
||||||
<Component />
|
|
||||||
<Component />
|
|
||||||
</Split>,
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Browser Support
|
## 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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user