A React component that detects when it's overflowed by its content
npm install react-overflow

A React component that detects when it's overflowed by its content.
Install react-overflow using npm:
```
npm install --save react-overflow
`jsx
import { OverflowDetector } from 'react-overflow';
function handleOverflowChange(isOverflowed) {
console.log(isOverflowed);
}
style={{ width: '100px' }}
>