Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 971 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 971 Bytes

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