mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	remove old react link
This commit is contained in:
		
							parent
							
								
									58cc1280ce
								
							
						
					
					
						commit
						977615aa2b
					
				@ -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
 | 
			
		||||
 | 
			
		||||
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:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user