1.0.2 • Published 8 years ago
your-browser-sucks v1.0.2
Your Browser Sucks
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
Based on outdated-browser-rework