UNPKG

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.

6 lines (5 loc) 240 B
import ReactBreakpoints from './ReactBreakpoints'; import _withBreakpoints from './withBreakpoints'; export { _withBreakpoints as withBreakpoints }; export { Consumer as Media } from './BreakpointsContext'; export default ReactBreakpoints;