1.0.10 • Published 3 years ago

react-browser-icons v1.0.10

Weekly downloads
34
License
MIT
Repository
github
Last release
3 years ago

react-browser-icons

Tools to get browser svg.

Install

yarn add react-browser-icons
# or
npm i react-browser-icons --save

Change log

https://github.com/Achaak/react-browser-icons/blob/master/CHANGELOG.md

Functions

getBrowserIcon

Return the SVG of browser.

Example:

const Component = getBrowserIcon({ browser: "Chrome", className: "class", style: { marginTop: 42 }, size: 42 })

Variables

BrowsersList

Return the managed list of browsers.

Example:

console.log(BrowsersList) // "Chrome" | "Safari" | "Mobile Safari" | "Opera" | "Firefox" | "Edge" | "IE" | "Brave" | "Samsung" | "Chromium"

Crédits

https://github.com/edent/SuperTinyIcons

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago