react-device-detection

1.0.2 • Public • Published

React device detection

General HOC that will pass in boolean props such as isMobile or isFirefox for a component to use at its discretion.

Install:

yarn add react-device-detection 

Example

import deviceDetection from 'react-device-detection';

...
deviceDetection('mobile')(withRouter(MobileNav));

Dependencies (0)

    Dev Dependencies (27)

    Package Sidebar

    Install

    npm i react-device-detection

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    15.8 kB

    Total Files

    8

    Last publish

    Collaborators

    • corp-accounts