react-breakpoints
Version:
A library that allows you to mount/unmount components depending on the viewport size. Welcome to the next level of responsive React applications.
4 lines • 327 B
JavaScript
export var ERRORS = {
NO_BREAKPOINTS: 'react-breakpoints requires you to pass an object of breakpoints, see documentation at: https://github.com/ehellman/react-breakpoints',
NOT_OBJECT: 'react-breakpoints requires you to pass an object of breakpoints, see documentation at: https://github.com/ehellman/react-breakpoints'
};