1.0.2 • Published 8 years ago

your-browser-sucks v1.0.2

Weekly downloads
21
License
MIT
Repository
github
Last release
8 years ago

Your Browser Sucks

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

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago