How to use react-remove-scroll - 1 common examples

To help you get started, we’ve selected a few react-remove-scroll examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github theKashey / react-focus-on / src / reExports.ts View on Github external
import { RemoveScroll } from 'react-remove-scroll/UI';

export {
  AutoFocusInside,
  MoveFocusInside,
  InFocusGuard
} from 'react-focus-lock/UI';

export const classNames = {
  ...RemoveScroll.classNames
};

react-remove-scroll

Disables scroll outside of `children` node.

MIT
Latest version published 2 months ago

Package Health Score

77 / 100
Full package analysis

Popular react-remove-scroll functions