# `<FloatingHelper/>`

## Required Polyfills (For JSDom)

```javascript
import { requestAnimationFramePolyfill, rangePolyfill } from '@wix/design-system/dist/testkit/polyfills';

beforeAll(() => {
  rangePolyfill.install();
  requestAnimationFramePolyfill.install();
});
```
