1.0.3 • Published 6 years ago

polymer-browser-detector v1.0.3

Weekly downloads
16
License
-
Repository
-
Last release
6 years ago

Published on webcomponents.org

\<browser-detector>

Browser Detector

A component to detect the browser user is using in Polymer 3.0+

Installation

$ npm install polymer-browser-detector

Using the component

<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