Browser Detector
A component to detect the browser user is using in Polymer 3.0+
$ npm install polymer-browser-detector
<browser-detector></browser-detector>
##Usage
<link rel="import" href="browser-detector.html">
<browser-detector>...</browser-detector>
This component is able to detect browsers like chrome, firefox, chrome, opera, edge, ie and blink and it is reflected and notified back to the attribute named browsername.
##Contributing
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am 'Add some feature'
Push to the branch: git push origin my-new-feature
Submit a pull request :D
##License
MIT License