tobiasf / your-browser-sucks

MIT License
4 stars 1 forks source link

Your Browser Sucks

Greenkeeper badge

npm npm

A simple React component for detecting outdated browsers and showing a notification to the user advising them to update.

Installation

Using npm:

npm install --save your-browser-sucks

Usage

    import Browser from 'your-browser-sucks';
    <Browser />

You can also specify specific browser version requirements:

    <Browser supported={{Chrome: 61}} />

Author

Tobias Føyn Føyen

Based on outdated-browser-rework